#76FCB1

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

Shades of Aquamarine #76FCB1

Tints of Aquamarine #76FCB1

Color information

#76FCB1 (or 0x76FCB1) is unknown color: approx Aquamarine. HEX triplet: 76, FC and B1. RGB value is (118,252,177). Sum of RGB (Red+Green+Blue) = 118+252+177=547 (72% of max value = 765). Red value is 118 (46.48% from 255 or 21.57% from 547); Green value is 252 (98.83% from 255 or 46.07% from 547); Blue value is 177 (69.53% from 255 or 32.36% from 547); Max value from RGB is 252 - color contains mainly: green. Hex color #76FCB1 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #76FCB1 is #89034E. Grayscale: #CBCBCB. Windows color (decimal): -8979279 or 11664502. OLE color: 11664502.

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

Color convert

RGB118252177-
CMYK0.5300.300.01
HSL146.42º95.71%72.55%-
HSV(B)146.42º53.17%98.82%-
XYZ50.2276.6553.74-
YUV203.38113.1167.1-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.57%
GREEN value IS 252 (98.83% from 255) = 46.07%
BLUE value IS 177 (69.53% from 255) = 32.36%
R=21.57%
G=46.07%
B=32.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1182521770.5300.300.01146.4295.7172.55
Hex76FCB13501E1926049
Octal166374261650361222140111
Binary1110110111111001011000111010101111011001001011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FCB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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