#76C5A2

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

Shades of Medium Aquamarine #76C5A2

Tints of Medium Aquamarine #76C5A2

Color information

#76C5A2 (or 0x76C5A2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C5 and A2. RGB value is (118,197,162). Sum of RGB (Red+Green+Blue) = 118+197+162=477 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.74% from 477); Green value is 197 (77.34% from 255 or 41.30% from 477); Blue value is 162 (63.67% from 255 or 33.96% from 477); Max value from RGB is 197 - color contains mainly: green. Hex color #76C5A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C5A2 is #893A5D. Grayscale: #A9A9A9. Windows color (decimal): -8993374 or 10667382. OLE color: 10667382.

HSL color Cylindrical-coordinate representation of color #76C5A2: hue angle of 153.42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #76C5A2 is Cyan = 0.40, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.23.

Color convert

RGB118197162-
CMYK0.4000.180.23
HSL153.42º40.51%61.76%-
HSV(B)153.42º40.1%77.25%-
XYZ33.9646.3941.35-
YUV169.39123.8391.35-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.74%
GREEN value IS 197 (77.34% from 255) = 41.30%
BLUE value IS 162 (63.67% from 255) = 33.96%
R=24.74%
G=41.30%
B=33.96%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1181971620.4000.180.23153.4240.5161.76
Hex76C5A2280121799293e
Octal16630524250022272315176
Binary111011011000101101000101010000100101011110011001101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C5A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76C5A2; }

 p { color: rgb(118,197,162); }

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

<style>
 a { background-color: #76C5A2; }

 a { background-color: rgb(118,197,162); }

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

<style>
 span { border-color: #76C5A2; }

 span { border-color: rgb(118,197,162); }

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