#76DF9F

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

Shades of Medium Aquamarine #76DF9F

Tints of Medium Aquamarine #76DF9F

Color information

#76DF9F (or 0x76DF9F) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DF and 9F. RGB value is (118,223,159). Sum of RGB (Red+Green+Blue) = 118+223+159=500 (66% of max value = 765). Red value is 118 (46.48% from 255 or 23.6% from 500); Green value is 223 (87.5% from 255 or 44.6% from 500); Blue value is 159 (62.5% from 255 or 31.8% from 500); Max value from RGB is 223 - color contains mainly: green. Hex color #76DF9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DF9F is #892060. Grayscale: #B8B8B8. Windows color (decimal): -8986721 or 10477430. OLE color: 10477430.

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

Color convert

RGB118223159-
CMYK0.4700.290.13
HSL143.43º62.13%66.86%-
HSV(B)143.43º47.09%87.45%-
XYZ40.1259.1342.1-
YUV184.31113.7180.7-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.6%
GREEN value IS 223 (87.5% from 255) = 44.6%
BLUE value IS 159 (62.5% from 255) = 31.8%
R=23.6%
G=44.6%
B=31.8%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1182231590.4700.290.13143.4362.1366.86
Hex76DF9F2F01DD8f3e43
Octal166337237570351521776103
Binary111011011011111100111111011110111011101100011111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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