#77BBBA

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

Shades of Glacier #77BBBA

Tints of Glacier #77BBBA

Color information

#77BBBA (or 0x77BBBA) is unknown color: approx Glacier. HEX triplet: 77, BB and BA. RGB value is (119,187,186). Sum of RGB (Red+Green+Blue) = 119+187+186=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 187 (73.44% from 255 or 38.01% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 187 - color contains mainly: green. Hex color #77BBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BBBA is #884445. Grayscale: #A6A6A6. Windows color (decimal): -8930374 or 12237687. OLE color: 12237687.

HSL color Cylindrical-coordinate representation of color #77BBBA: hue angle of 179.12º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #77BBBA is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.

Color convert

RGB119187186-
CMYK0.3600.010.27
HSL179.12º33.33%60%-
HSV(B)179.12º36.36%73.33%-
XYZ34.2443.0152.95-
YUV166.55138.9794.08-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 24.19%
GREEN value IS 187 (73.44% from 255) = 38.01%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=24.19%
G=38.01%
B=37.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1191871860.3600.010.27179.1233.3360
Hex77BBBA24011Bb3213c
Octal1672732724401332634174
Binary11101111011101110111010100100011101110110011100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BBBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,187,186); }

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

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

 a { background-color: rgb(119,187,186); }

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

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

 span { border-color: rgb(119,187,186); }

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