#76E69F

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

Shades of Medium Aquamarine #76E69F

Tints of Medium Aquamarine #76E69F

Color information

#76E69F (or 0x76E69F) is unknown color: approx Medium Aquamarine. HEX triplet: 76, E6 and 9F. RGB value is (118,230,159). Sum of RGB (Red+Green+Blue) = 118+230+159=507 (67% of max value = 765). Red value is 118 (46.48% from 255 or 23.27% from 507); Green value is 230 (90.23% from 255 or 45.36% from 507); Blue value is 159 (62.5% from 255 or 31.36% from 507); Max value from RGB is 230 - color contains mainly: green. Hex color #76E69F is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76E69F is #891960. Grayscale: #BCBCBC. Windows color (decimal): -8984929 or 10479222. OLE color: 10479222.

HSL color Cylindrical-coordinate representation of color #76E69F: hue angle of 141.96º degrees, saturation: 0.69, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E69F is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.10.

Color convert

RGB118230159-
CMYK0.4900.310.10
HSL141.96º69.14%68.24%-
HSV(B)141.96º48.7%90.2%-
XYZ42.0362.9542.74-
YUV188.42111.3977.77-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.27%
GREEN value IS 230 (90.23% from 255) = 45.36%
BLUE value IS 159 (62.5% from 255) = 31.36%
R=23.27%
G=45.36%
B=31.36%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1182301590.4900.310.10141.9669.1468.24
Hex76E69F3101FA8e4544
Octal1663462376103712216105104
Binary1110110111001101001111111000101111110101000111010001011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E69F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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