#76C9A0

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

Shades of Medium Aquamarine #76C9A0

Tints of Medium Aquamarine #76C9A0

Color information

#76C9A0 (or 0x76C9A0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, C9 and A0. RGB value is (118,201,160). Sum of RGB (Red+Green+Blue) = 118+201+160=479 (63% of max value = 765). Red value is 118 (46.48% from 255 or 24.63% from 479); Green value is 201 (78.91% from 255 or 41.96% from 479); Blue value is 160 (62.89% from 255 or 33.40% from 479); Max value from RGB is 201 - color contains mainly: green. Hex color #76C9A0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76C9A0 is #89365F. Grayscale: #ABABAB. Windows color (decimal): -8992352 or 10537334. OLE color: 10537334.

HSL color Cylindrical-coordinate representation of color #76C9A0: hue angle of 150.36º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #76C9A0 is Cyan = 0.41, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.21.

Color convert

RGB118201160-
CMYK0.4100.200.21
HSL150.36º43.46%62.55%-
HSV(B)150.36º41.29%78.82%-
XYZ34.748.1640.73-
YUV171.51121.589.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 24.63%
GREEN value IS 201 (78.91% from 255) = 41.96%
BLUE value IS 160 (62.89% from 255) = 33.40%
R=24.63%
G=41.96%
B=33.40%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1182011600.4100.200.21150.3643.4662.55
Hex76C9A02901415962b3f
Octal16631124051024252265377
Binary111011011001001101000001010010101001010110010110101011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76C9A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,201,160); }

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

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

 a { background-color: rgb(118,201,160); }

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

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

 span { border-color: rgb(118,201,160); }

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