#77C4A2

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

Shades of Medium Aquamarine #77C4A2

Tints of Medium Aquamarine #77C4A2

Color information

#77C4A2 (or 0x77C4A2) is unknown color: approx Medium Aquamarine. HEX triplet: 77, C4 and A2. RGB value is (119,196,162). Sum of RGB (Red+Green+Blue) = 119+196+162=477 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.95% from 477); Green value is 196 (76.95% from 255 or 41.09% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 196 - color contains mainly: green. Hex color #77C4A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #77C4A2 is #883B5D. Grayscale: #A9A9A9. Windows color (decimal): -8928094 or 10667127. OLE color: 10667127.

HSL color Cylindrical-coordinate representation of color #77C4A2: hue angle of 153.51º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #77C4A2 is Cyan = 0.39, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.23.

Color convert

RGB119196162-
CMYK0.3900.170.23
HSL153.51º39.49%61.76%-
HSV(B)153.51º39.29%76.86%-
XYZ33.8746.0141.28-
YUV169.1123.9992.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.95%
GREEN value IS 196 (76.95% from 255) = 41.09%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=24.95%
G=41.09%
B=33.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1191961620.3900.170.23153.5139.4961.76
Hex77C4A227011179a273e
Octal16730424247021272324776
Binary111011111000100101000101001110100011011110011010100111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77C4A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77C4A2; }

 p { color: rgb(119,196,162); }

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

<style>
 a { background-color: #77C4A2; }

 a { background-color: rgb(119,196,162); }

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

<style>
 span { border-color: #77C4A2; }

 span { border-color: rgb(119,196,162); }

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