#76DD9E

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

Shades of Medium Aquamarine #76DD9E

Tints of Medium Aquamarine #76DD9E

Color information

#76DD9E (or 0x76DD9E) is unknown color: approx Medium Aquamarine. HEX triplet: 76, DD and 9E. RGB value is (118,221,158). Sum of RGB (Red+Green+Blue) = 118+221+158=497 (65% of max value = 765). Red value is 118 (46.48% from 255 or 23.74% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 158 (62.11% from 255 or 31.79% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #76DD9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #76DD9E is #892261. Grayscale: #B7B7B7. Windows color (decimal): -8987234 or 10411382. OLE color: 10411382.

HSL color Cylindrical-coordinate representation of color #76DD9E: hue angle of 143.3º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #76DD9E is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB118221158-
CMYK0.4700.290.13
HSL143.3º60.23%66.47%-
HSV(B)143.3º46.61%86.67%-
XYZ39.558.0341.47-
YUV183.02113.8881.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 23.74%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 158 (62.11% from 255) = 31.79%
R=23.74%
G=44.47%
B=31.79%

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
Decimal1182211580.4700.290.13143.360.2366.47
Hex76DD9E2F01DD8f3c42
Octal166335236570351521774102
Binary111011011011101100111101011110111011101100011111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,221,158); }

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

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

 a { background-color: rgb(118,221,158); }

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

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

 span { border-color: rgb(118,221,158); }

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