Shades of Glacier #78BBBC
Tints of Glacier #78BBBC
RGB
CMYK
RGB Variations
Color information
#78BBBC (or 0x78BBBC) is known color: Glacier. HEX triplet: 78, BB and BC. RGB value is (120,187,188). Sum of RGB (Red+Green+Blue) = 120+187+188=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 188 (73.83% from 255 or 37.98% from 495); Max value from RGB is 188 - color contains mainly: blue. Hex color #78BBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BBBC is #874443. Grayscale: #A7A7A7. Windows color (decimal): -8864836 or 12368760. OLE color: 12368760.
HSL color Cylindrical-coordinate representation of color #78BBBC: hue angle of 180.88º degrees, saturation: 0.34, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78BBBC is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 120 | 187 | 188 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.26 |
| HSL | 180.88º | 0.34% | 0.6% | - |
| HSV(B) | 180.88º | 0.36% | 0.74% | - |
| XYZ | 34.59 | 43.16 | 54.09 | - |
| YUV | 167.08 | 139.8 | 94.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 187 | 188 | 0.36 | 0.01 | 0 | 0.26 | 180.88 | 0.34 | 0.6 |
| Hex | 78 | BB | BC | 24 | 1 | 0 | 1A | B5 | 22 | 3C |
| Octal | 170 | 273 | 274 | 44 | 1 | 0 | 32 | 265 | 42 | 74 |
| Binary | 1111000 | 10111011 | 10111100 | 100100 | 1 | 0 | 11010 | 10110101 | 100010 | 111100 |
Color Harmonies of #78BBBC
Complementary color
Monochromatic Colors of #78BBBC
Black with #78BBBC
Text Example
Text Example
White with #78BBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BBBC; }
p { color: rgb(120,187,188); }
H1.HeaderClassName
{
color: #78BBBC;
}
.AnyTagClassName
{
color: #78BBBC;
}
</style>
background-color css
<style>
a { background-color: #78BBBC; }
a { background-color: rgb(120,187,188); }
div.DivClassName
{
background-color: #78BBBC;
}
.BgClassName
{
background-color: #78BBBC;
}
</style>
border-color css
<style>
span { border-color: #78BBBC; }
span { border-color: rgb(120,187,188); }
td.TdClassName
{
border-color: #78BBBC;
}
.TagClassName
{
border-color: #78BBBC;
}
</style>