#76F9DA

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

Shades of Aquamarine #76F9DA

Tints of Aquamarine #76F9DA

Color information

#76F9DA (or 0x76F9DA) is unknown color: approx Aquamarine. HEX triplet: 76, F9 and DA. RGB value is (118,249,218). Sum of RGB (Red+Green+Blue) = 118+249+218=585 (77% of max value = 765). Red value is 118 (46.48% from 255 or 20.17% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 218 (85.55% from 255 or 37.26% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #76F9DA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F9DA is #890625. Grayscale: #CECECE. Windows color (decimal): -8980006 or 14350710. OLE color: 14350710.

HSL color Cylindrical-coordinate representation of color #76F9DA: hue angle of 165.8º 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 #76F9DA is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB118249218-
CMYK0.5300.120.02
HSL165.8º91.61%71.96%-
HSV(B)165.8º52.61%97.65%-
XYZ5476.6678.28-
YUV206.3134.665.02-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.17%
GREEN value IS 249 (97.66% from 255) = 42.56%
BLUE value IS 218 (85.55% from 255) = 37.26%
R=20.17%
G=42.56%
B=37.26%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182492180.5300.120.02165.891.6171.96
Hex76F9DA350C2a65c48
Octal166371332650142246134110
Binary1110110111110011101101011010101100101010011010111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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