#76D99F

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

Shades of Medium Aquamarine #76D99F

Tints of Medium Aquamarine #76D99F

Color information

#76D99F (or 0x76D99F) is unknown color: approx Medium Aquamarine. HEX triplet: 76, D9 and 9F. RGB value is (118,217,159). Sum of RGB (Red+Green+Blue) = 118+217+159=494 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.89% from 494); Green value is 217 (85.16% from 255 or 43.93% from 494); Blue value is 159 (62.5% from 255 or 32.19% from 494); Max value from RGB is 217 - color contains mainly: green. Hex color #76D99F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76D99F is #892660. Grayscale: #B4B4B4. Windows color (decimal): -8988257 or 10475894. OLE color: 10475894.

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

Color convert

RGB118217159-
CMYK0.4600.270.15
HSL144.85º56.57%65.69%-
HSV(B)144.85º45.62%85.1%-
XYZ38.5455.9841.57-
YUV180.79115.783.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.89%
GREEN value IS 217 (85.16% from 255) = 43.93%
BLUE value IS 159 (62.5% from 255) = 32.19%
R=23.89%
G=43.93%
B=32.19%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1182171590.4600.270.15144.8556.5765.69
Hex76D99F2E01BF913942
Octal166331237560331722171102
Binary111011011011001100111111011100110111111100100011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76D99F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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