#76E9D6

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

Shades of Aquamarine #76E9D6

Tints of Aquamarine #76E9D6

Color information

#76E9D6 (or 0x76E9D6) is unknown color: approx Aquamarine. HEX triplet: 76, E9 and D6. RGB value is (118,233,214). Sum of RGB (Red+Green+Blue) = 118+233+214=565 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.88% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 214 (83.98% from 255 or 37.88% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9D6 is #891629. Grayscale: #C4C4C4. Windows color (decimal): -8984106 or 14084470. OLE color: 14084470.

HSL color Cylindrical-coordinate representation of color #76E9D6: hue angle of 170.09º degrees, saturation: 0.72, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #76E9D6 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.09.

Color convert

RGB118233214-
CMYK0.4900.080.09
HSL170.09º72.33%68.82%-
HSV(B)170.09º49.36%91.37%-
XYZ48.7566.9873.98-
YUV196.45137.972.04-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.88%
GREEN value IS 233 (91.41% from 255) = 41.24%
BLUE value IS 214 (83.98% from 255) = 37.88%
R=20.88%
G=41.24%
B=37.88%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182332140.4900.080.09170.0972.3368.82
Hex76E9D631089aa4845
Octal1663513266101011252110105
Binary111011011101001110101101100010100010011010101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,233,214); }

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

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

 a { background-color: rgb(118,233,214); }

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

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

 span { border-color: rgb(118,233,214); }

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