#76FCAF

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

Shades of Aquamarine #76FCAF

Tints of Aquamarine #76FCAF

Color information

#76FCAF (or 0x76FCAF) is unknown color: approx Aquamarine. HEX triplet: 76, FC and AF. RGB value is (118,252,175). Sum of RGB (Red+Green+Blue) = 118+252+175=545 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.65% from 545); Green value is 252 (98.83% from 255 or 46.24% from 545); Blue value is 175 (68.75% from 255 or 32.11% from 545); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FCAF is #890350. Grayscale: #CBCBCB. Windows color (decimal): -8979281 or 11533430. OLE color: 11533430.

HSL color Cylindrical-coordinate representation of color #76FCAF: hue angle of 145.52º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #76FCAF is Cyan = 0.53, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.

Color convert

RGB118252175-
CMYK0.5300.310.01
HSL145.52º95.71%72.55%-
HSV(B)145.52º53.17%98.82%-
XYZ50.0276.5752.7-
YUV203.16112.1167.26-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.65%
GREEN value IS 252 (98.83% from 255) = 46.24%
BLUE value IS 175 (68.75% from 255) = 32.11%
R=21.65%
G=46.24%
B=32.11%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182521750.5300.310.01145.5295.7172.55
Hex76FCAF3501F1926049
Octal166374257650371222140111
Binary1110110111111001010111111010101111111001001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FCAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,252,175); }

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

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

 a { background-color: rgb(118,252,175); }

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

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

 span { border-color: rgb(118,252,175); }

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