#76DEAA

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

Shades of Medium Aquamarine #76DEAA

Tints of Medium Aquamarine #76DEAA

Color information

#76DEAA (or 0x76DEAA) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DE and AA. RGB value is (118,222,170). Sum of RGB (Red+Green+Blue) = 118+222+170=510 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.14% from 510); Green value is 222 (87.11% from 255 or 43.53% from 510); Blue value is 170 (66.80% from 255 or 33.33% from 510); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEAA is #892155. Grayscale: #B9B9B9. Windows color (decimal): -8986966 or 11198070. OLE color: 11198070.

HSL color Cylindrical-coordinate representation of color #76DEAA: hue angle of 150º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DEAA is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB118222170-
CMYK0.4700.230.13
HSL150º61.18%66.67%-
HSV(B)150º46.85%87.06%-
XYZ40.855947.26-
YUV184.98119.5480.23-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.14%
GREEN value IS 222 (87.11% from 255) = 43.53%
BLUE value IS 170 (66.80% from 255) = 33.33%
R=23.14%
G=43.53%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221700.4700.230.1315061.1866.67
Hex76DEAA2F017D963d43
Octal166336252570271522675103
Binary111011011011110101010101011110101111101100101101111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,222,170); }

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

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

 a { background-color: rgb(118,222,170); }

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

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

 span { border-color: rgb(118,222,170); }

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