#76D9A2

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

Shades of Medium Aquamarine #76D9A2

Tints of Medium Aquamarine #76D9A2

Color information

#76D9A2 (or 0x76D9A2) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D9 and A2. RGB value is (118,217,162). Sum of RGB (Red+Green+Blue) = 118+217+162=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 217 (85.16% from 255 or 43.66% from 497); Blue value is 162 (63.67% from 255 or 32.60% from 497); Max value from RGB is 217 - color contains mainly: green. Hex color #76D9A2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D9A2 is #89265D. Grayscale: #B5B5B5. Windows color (decimal): -8988254 or 10672502. OLE color: 10672502.

HSL color Cylindrical-coordinate representation of color #76D9A2: hue angle of 146.67º 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 #76D9A2 is Cyan = 0.46, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB118217162-
CMYK0.4600.250.15
HSL146.67º56.57%65.69%-
HSV(B)146.67º45.62%85.1%-
XYZ38.8156.0942.96-
YUV181.13117.282.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 217 (85.16% from 255) = 43.66%
BLUE value IS 162 (63.67% from 255) = 32.60%
R=23.74%
G=43.66%
B=32.60%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171620.4600.250.15146.6756.5765.69
Hex76D9A22E019F933942
Octal166331242560311722371102
Binary111011011011001101000101011100110011111100100111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D9A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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