#76D9AE

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

Shades of Medium Aquamarine #76D9AE

Tints of Medium Aquamarine #76D9AE

Color information

#76D9AE (or 0x76D9AE) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D9 and AE. RGB value is (118,217,174). Sum of RGB (Red+Green+Blue) = 118+217+174=509 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.18% from 509); Green value is 217 (85.16% from 255 or 42.63% from 509); Blue value is 174 (68.36% from 255 or 34.18% from 509); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9AE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9AE is #892651. Grayscale: #B6B6B6. Windows color (decimal): -8988242 or 11458934. OLE color: 11458934.

HSL color Cylindrical-coordinate representation of color #76D9AE: hue angle of 153.94º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #76D9AE is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB118217174-
CMYK0.4600.200.15
HSL153.94º56.57%65.69%-
HSV(B)153.94º45.62%85.1%-
XYZ39.9256.5348.85-
YUV182.5123.282-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.18%
GREEN value IS 217 (85.16% from 255) = 42.63%
BLUE value IS 174 (68.36% from 255) = 34.18%
R=23.18%
G=42.63%
B=34.18%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171740.4600.200.15153.9456.5765.69
Hex76D9AE2E014F9a3942
Octal166331256560241723271102
Binary111011011011001101011101011100101001111100110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D9AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,217,174); }

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

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

 a { background-color: rgb(118,217,174); }

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

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

 span { border-color: rgb(118,217,174); }

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