#77FBCE

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

Shades of Aquamarine #77FBCE

Tints of Aquamarine #77FBCE

Color information

#77FBCE (or 0x77FBCE) is unknown color: approx Aquamarine. HEX triplet: 77, FB and CE. RGB value is (119,251,206). Sum of RGB (Red+Green+Blue) = 119+251+206=576 (76% of max value = 765). Red value is 119 (46.88% from 255 or 20.66% from 576); Green value is 251 (98.44% from 255 or 43.58% from 576); Blue value is 206 (80.86% from 255 or 35.76% from 576); Max value from RGB is 251 - color contains mainly: green. Hex color #77FBCE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #77FBCE is #880431. Grayscale: #CECECE. Windows color (decimal): -8913970 or 13564791. OLE color: 13564791.

HSL color Cylindrical-coordinate representation of color #77FBCE: hue angle of 159.55º degrees, saturation: 0.94, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #77FBCE is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB119251206-
CMYK0.5300.180.02
HSL159.55º94.29%72.55%-
HSV(B)159.55º52.59%98.43%-
XYZ53.2577.3770.52-
YUV206.4127.7765.66-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 20.66%
GREEN value IS 251 (98.44% from 255) = 43.58%
BLUE value IS 206 (80.86% from 255) = 35.76%
R=20.66%
G=43.58%
B=35.76%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1192512060.5300.180.02159.5594.2972.55
Hex77FBCE350122a05e49
Octal167373316650222240136111
Binary11101111111101111001110110101010010101010000010111101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,251,206); }

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

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

 a { background-color: rgb(119,251,206); }

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

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

 span { border-color: rgb(119,251,206); }

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