Shades of Glacier #77BDBD
Tints of Glacier #77BDBD
RGB
CMYK
RGB Variations
Color information
#77BDBD (or 0x77BDBD) is known color: Glacier. HEX triplet: 77, BD and BD. RGB value is (119,189,189). Sum of RGB (Red+Green+Blue) = 119+189+189=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 189 (74.22% from 255 or 38.03% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #77BDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #77BDBD is #884242. Grayscale: #A7A7A7. Windows color (decimal): -8929859 or 12434807. OLE color: 12434807.
HSL color Cylindrical-coordinate representation of color #77BDBD: hue angle of 180º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #77BDBD is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 119 | 189 | 189 | - |
| CMYK | 0.37 | 0 | 0 | 0.26 |
| HSL | 180º | 0.35% | 0.6% | - |
| HSV(B) | 180º | 0.37% | 0.74% | - |
| XYZ | 34.99 | 43.99 | 54.79 | - |
| YUV | 168.07 | 139.81 | 93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 189 | 189 | 0.37 | 0 | 0 | 0.26 | 180 | 0.35 | 0.6 |
| Hex | 77 | BD | BD | 25 | 0 | 0 | 1A | B4 | 23 | 3C |
| Octal | 167 | 275 | 275 | 45 | 0 | 0 | 32 | 264 | 43 | 74 |
| Binary | 1110111 | 10111101 | 10111101 | 100101 | 0 | 0 | 11010 | 10110100 | 100011 | 111100 |
Color Harmonies of #77BDBD
Complementary color
Monochromatic Colors of #77BDBD
Black with #77BDBD
Text Example
Text Example
White with #77BDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77BDBD; }
p { color: rgb(119,189,189); }
H1.HeaderClassName
{
color: #77BDBD;
}
.AnyTagClassName
{
color: #77BDBD;
}
</style>
background-color css
<style>
a { background-color: #77BDBD; }
a { background-color: rgb(119,189,189); }
div.DivClassName
{
background-color: #77BDBD;
}
.BgClassName
{
background-color: #77BDBD;
}
</style>
border-color css
<style>
span { border-color: #77BDBD; }
span { border-color: rgb(119,189,189); }
td.TdClassName
{
border-color: #77BDBD;
}
.TagClassName
{
border-color: #77BDBD;
}
</style>