#77BDBE

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

Shades of Glacier #77BDBE

Tints of Glacier #77BDBE

Color information

#77BDBE (or 0x77BDBE) is unknown color: approx Glacier. HEX triplet: 77, BD and BE. RGB value is (119,189,190). Sum of RGB (Red+Green+Blue) = 119+189+190=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 189 (74.22% from 255 or 37.95% from 498); Blue value is 190 (74.61% from 255 or 38.15% from 498); Max value from RGB is 190 - color contains mainly: blue. Hex color #77BDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDBE is #884241. Grayscale: #A8A8A8. Windows color (decimal): -8929858 or 12500343. OLE color: 12500343.

HSL color Cylindrical-coordinate representation of color #77BDBE: hue angle of 180.85º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDBE is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB119189190-
CMYK0.370.0100.25
HSL180.85º35.32%60.59%-
HSV(B)180.85º37.37%74.51%-
XYZ35.144.0355.36-
YUV168.18140.3192.92-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 23.90%
GREEN value IS 189 (74.22% from 255) = 37.95%
BLUE value IS 190 (74.61% from 255) = 38.15%
R=23.90%
G=37.95%
B=38.15%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1191891900.370.0100.25180.8535.3260.59
Hex77BDBE251019b5233d
Octal1672752764510312654375
Binary11101111011110110111110100101101100110110101100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77BDBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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