#76DEA0

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

Shades of Medium Aquamarine #76DEA0

Tints of Medium Aquamarine #76DEA0

Color information

#76DEA0 (or 0x76DEA0) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DE and A0. RGB value is (118,222,160). Sum of RGB (Red+Green+Blue) = 118+222+160=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 222 (87.11% from 255 or 44.4% from 500); Blue value is 160 (62.89% from 255 or 32% from 500); Max value from RGB is 222 - color contains mainly: green. Hex color #76DEA0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DEA0 is #89215F. Grayscale: #B7B7B7. Windows color (decimal): -8986976 or 10542710. OLE color: 10542710.

HSL color Cylindrical-coordinate representation of color #76DEA0: hue angle of 144.23º 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 #76DEA0 is Cyan = 0.47, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB118222160-
CMYK0.4700.280.13
HSL144.23º61.18%66.67%-
HSV(B)144.23º46.85%87.06%-
XYZ39.9458.6342.47-
YUV183.84114.5481.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 222 (87.11% from 255) = 44.4%
BLUE value IS 160 (62.89% from 255) = 32%
R=23.6%
G=44.4%
B=32%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182221600.4700.280.13144.2361.1866.67
Hex76DEA02F01CD903d43
Octal166336240570341522075103
Binary111011011011110101000001011110111001101100100001111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DEA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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