#77FABE

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

Shades of Aquamarine #77FABE

Tints of Aquamarine #77FABE

Color information

#77FABE (or 0x77FABE) is unknown color: approx Aquamarine. HEX triplet: 77, FA and BE. RGB value is (119,250,190). Sum of RGB (Red+Green+Blue) = 119+250+190=559 (74% of max value = 765). Red value is 119 (46.88% from 255 or 21.29% from 559); Green value is 250 (98.05% from 255 or 44.72% from 559); Blue value is 190 (74.61% from 255 or 33.99% from 559); Max value from RGB is 250 - color contains mainly: green. Hex color #77FABE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FABE is #880541. Grayscale: #CCCCCC. Windows color (decimal): -8914242 or 12515959. OLE color: 12515959.

HSL color Cylindrical-coordinate representation of color #77FABE: hue angle of 152.52º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #77FABE is Cyan = 0.52, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB119250190-
CMYK0.5200.240.02
HSL152.52º92.91%72.35%-
HSV(B)152.52º52.4%98.04%-
XYZ51.0976.0160.69-
YUV203.99120.167.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 21.29%
GREEN value IS 250 (98.05% from 255) = 44.72%
BLUE value IS 190 (74.61% from 255) = 33.99%
R=21.29%
G=44.72%
B=33.99%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192501900.5200.240.02152.5292.9172.35
Hex77FABE340182995d48
Octal167372276640302231135110
Binary11101111111101010111110110100011000101001100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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