#4CDEAE

Color #4CDEAE Medium Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Aquamarine #4CDEAE

Tints of Medium Aquamarine #4CDEAE

Color information

#4CDEAE (or 0x4CDEAE) is unknown color: approx Medium Aquamarine. HEX triplet: 4C, DE and AE. RGB value is (76,222,174). Sum of RGB (Red+Green+Blue) = 76+222+174=472 (62% of max value = 765). Red value is 76 (30.08% from 255 or 16.10% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 174 (68.36% from 255 or 36.86% from 472); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDEAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CDEAE is #B32151. Grayscale: #ACACAC. Windows color (decimal): -11739474 or 11460172. OLE color: 11460172.

HSL color Cylindrical-coordinate representation of color #4CDEAE: hue angle of 160.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #4CDEAE is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB76222174-
CMYK0.6600.220.13
HSL160.27º68.87%58.43%-
HSV(B)160.27º65.77%87.06%-
XYZ36.7456.8449.08-
YUV172.87128.6358.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 76 (30.08% from 255) = 16.10%
GREEN value IS 222 (87.11% from 255) = 47.03%
BLUE value IS 174 (68.36% from 255) = 36.86%
R=16.10%
G=47.03%
B=36.86%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal762221740.6600.220.13160.2768.8758.43
Hex4CDEAE42016Da0453a
Octal1143362561020261524010572
Binary1001100110111101010111010000100101101101101000001000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4CDEAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4CDEAE; }

 p { color: rgb(76,222,174); }

 H1.HeaderClassName
 {
   color: #4CDEAE;
 }
 .AnyTagClassName
 {
   color: #4CDEAE;
 }
</style>
background-color css

<style>
 a { background-color: #4CDEAE; }

 a { background-color: rgb(76,222,174); }

 div.DivClassName
 {
   background-color: #4CDEAE;
 }
 .BgClassName
 {
   background-color: #4CDEAE;
 }
</style>
border-color css

<style>
 span { border-color: #4CDEAE; }

 span { border-color: rgb(76,222,174); }

 td.TdClassName
 {
   border-color: #4CDEAE;
 }
 .TagClassName
 {
   border-color: #4CDEAE;
 }
</style>