#76EED9

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

Shades of Aquamarine #76EED9

Tints of Aquamarine #76EED9

Color information

#76EED9 (or 0x76EED9) is unknown color: approx Aquamarine. HEX triplet: 76, EE and D9. RGB value is (118,238,217). Sum of RGB (Red+Green+Blue) = 118+238+217=573 (75% of max value = 765). Red value is 118 (46.48% from 255 or 20.59% from 573); Green value is 238 (93.36% from 255 or 41.54% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 238 - color contains mainly: green. Hex color #76EED9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76EED9 is #891126. Grayscale: #C7C7C7. Windows color (decimal): -8982823 or 14282358. OLE color: 14282358.

HSL color Cylindrical-coordinate representation of color #76EED9: hue angle of 169.5º degrees, saturation: 0.78, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #76EED9 is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.07.

Color convert

RGB118238217-
CMYK0.5000.090.07
HSL169.5º77.92%69.8%-
HSV(B)169.5º50.42%93.33%-
XYZ50.5770.0176.49-
YUV199.73137.7469.71-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.59%
GREEN value IS 238 (93.36% from 255) = 41.54%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=20.59%
G=41.54%
B=37.87%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1182382170.5000.090.07169.577.9269.8
Hex76EED932097aa4e46
Octal166356331620117252116106
Binary11101101110111011011001110010010011111010101010011101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76EED9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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