#76E9D5

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

Shades of Aquamarine #76E9D5

Tints of Aquamarine #76E9D5

Color information

#76E9D5 (or 0x76E9D5) is unknown color: approx Aquamarine. HEX triplet: 76, E9 and D5. RGB value is (118,233,213). Sum of RGB (Red+Green+Blue) = 118+233+213=564 (74% of max value = 765). Red value is 118 (46.48% from 255 or 20.92% from 564); Green value is 233 (91.41% from 255 or 41.31% from 564); Blue value is 213 (83.59% from 255 or 37.77% from 564); Max value from RGB is 233 - color contains mainly: green. Hex color #76E9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76E9D5 is #89162A. Grayscale: #C4C4C4. Windows color (decimal): -8984107 or 14018934. OLE color: 14018934.

HSL color Cylindrical-coordinate representation of color #76E9D5: hue angle of 169.57º 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 #76E9D5 is Cyan = 0.49, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB118233213-
CMYK0.4900.090.09
HSL169.57º72.33%68.82%-
HSV(B)169.57º49.36%91.37%-
XYZ48.6266.9373.31-
YUV196.34137.472.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.92%
GREEN value IS 233 (91.41% from 255) = 41.31%
BLUE value IS 213 (83.59% from 255) = 37.77%
R=20.92%
G=41.31%
B=37.77%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1182332130.4900.090.09169.5772.3368.82
Hex76E9D531099aa4845
Octal1663513256101111252110105
Binary111011011101001110101011100010100110011010101010010001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76E9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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