#76F9D5

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

Shades of Aquamarine #76F9D5

Tints of Aquamarine #76F9D5

Color information

#76F9D5 (or 0x76F9D5) is unknown color: approx Aquamarine. HEX triplet: 76, F9 and D5. RGB value is (118,249,213). Sum of RGB (Red+Green+Blue) = 118+249+213=580 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.34% from 580); Green value is 249 (97.66% from 255 or 42.93% from 580); Blue value is 213 (83.59% from 255 or 36.72% from 580); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9D5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F9D5 is #89062A. Grayscale: #CDCDCD. Windows color (decimal): -8980011 or 14023030. OLE color: 14023030.

HSL color Cylindrical-coordinate representation of color #76F9D5: hue angle of 163.51º degrees, saturation: 0.92, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76F9D5 is Cyan = 0.53, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB118249213-
CMYK0.5300.140.02
HSL163.51º91.61%71.96%-
HSV(B)163.51º52.61%97.65%-
XYZ53.3676.4174.89-
YUV205.73132.165.43-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.34%
GREEN value IS 249 (97.66% from 255) = 42.93%
BLUE value IS 213 (83.59% from 255) = 36.72%
R=20.34%
G=42.93%
B=36.72%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182492130.5300.140.02163.5191.6171.96
Hex76F9D5350E2a45c48
Octal166371325650162244134110
Binary1110110111110011101010111010101110101010010010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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