#76F7D2

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

Shades of Aquamarine #76F7D2

Tints of Aquamarine #76F7D2

Color information

#76F7D2 (or 0x76F7D2) is unknown color: approx Aquamarine. HEX triplet: 76, F7 and D2. RGB value is (118,247,210). Sum of RGB (Red+Green+Blue) = 118+247+210=575 (76% of max value = 765). Red value is 118 (46.48% from 255 or 20.52% from 575); Green value is 247 (96.88% from 255 or 42.96% from 575); Blue value is 210 (82.42% from 255 or 36.52% from 575); Max value from RGB is 247 - color contains mainly: green. Hex color #76F7D2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76F7D2 is #89082D. Grayscale: #CCCCCC. Windows color (decimal): -8980526 or 13825910. OLE color: 13825910.

HSL color Cylindrical-coordinate representation of color #76F7D2: hue angle of 162.79º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #76F7D2 is Cyan = 0.52, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.03.

Color convert

RGB118247210-
CMYK0.5200.150.03
HSL162.79º88.97%71.57%-
HSV(B)162.79º52.23%96.86%-
XYZ52.3675.0372.69-
YUV204.21131.2666.51-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 20.52%
GREEN value IS 247 (96.88% from 255) = 42.96%
BLUE value IS 210 (82.42% from 255) = 36.52%
R=20.52%
G=42.96%
B=36.52%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1182472100.5200.150.03162.7988.9771.57
Hex76F7D2340F3a35948
Octal166367322640173243131110
Binary1110110111101111101001011010001111111010001110110011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76F7D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,247,210); }

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

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

 a { background-color: rgb(118,247,210); }

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

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

 span { border-color: rgb(118,247,210); }

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