#76FABE

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

Shades of Aquamarine #76FABE

Tints of Aquamarine #76FABE

Color information

#76FABE (or 0x76FABE) is unknown color: approx Aquamarine. HEX triplet: 76, FA and BE. RGB value is (118,250,190). Sum of RGB (Red+Green+Blue) = 118+250+190=558 (73% of max value = 765). Red value is 118 (46.48% from 255 or 21.15% from 558); Green value is 250 (98.05% from 255 or 44.80% from 558); Blue value is 190 (74.61% from 255 or 34.05% from 558); Max value from RGB is 250 - color contains mainly: green. Hex color #76FABE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #76FABE is #890541. Grayscale: #CBCBCB. Windows color (decimal): -8979778 or 12515958. OLE color: 12515958.

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

Color convert

RGB118250190-
CMYK0.5300.240.02
HSL152.73º92.96%72.16%-
HSV(B)152.73º52.8%98.04%-
XYZ50.9575.9460.69-
YUV203.69120.2766.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 21.15%
GREEN value IS 250 (98.05% from 255) = 44.80%
BLUE value IS 190 (74.61% from 255) = 34.05%
R=21.15%
G=44.80%
B=34.05%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1182501900.5300.240.02152.7392.9672.16
Hex76FABE350182995d48
Octal166372276650302231135110
Binary11101101111101010111110110101011000101001100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(118,250,190); }

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

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

 a { background-color: rgb(118,250,190); }

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

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

 span { border-color: rgb(118,250,190); }

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