Shades of Glacier #78B5BF
Tints of Glacier #78B5BF
RGB
CMYK
RGB Variations
Color information
#78B5BF (or 0x78B5BF) is known color: Glacier. HEX triplet: 78, B5 and BF. RGB value is (120,181,191). Sum of RGB (Red+Green+Blue) = 120+181+191=492 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.39% from 492); Green value is 181 (71.09% from 255 or 36.79% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 191 - color contains mainly: blue. Hex color #78B5BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B5BF is #874A40. Grayscale: #A3A3A3. Windows color (decimal): -8866369 or 12563832. OLE color: 12563832.
HSL color Cylindrical-coordinate representation of color #78B5BF: hue angle of 188.45º degrees, saturation: 0.36, 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 #78B5BF is Cyan = 0.37, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 181 | 191 | - |
| CMYK | 0.37 | 0.05 | 0 | 0.25 |
| HSL | 188.45º | 0.36% | 0.61% | - |
| HSV(B) | 188.45º | 0.37% | 0.75% | - |
| XYZ | 33.67 | 40.8 | 55.39 | - |
| YUV | 163.9 | 143.29 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 181 | 191 | 0.37 | 0.05 | 0 | 0.25 | 188.45 | 0.36 | 0.61 |
| Hex | 78 | B5 | BF | 25 | 5 | 0 | 19 | BC | 24 | 3D |
| Octal | 170 | 265 | 277 | 45 | 5 | 0 | 31 | 274 | 44 | 75 |
| Binary | 1111000 | 10110101 | 10111111 | 100101 | 101 | 0 | 11001 | 10111100 | 100100 | 111101 |
Color Harmonies of #78B5BF
Complementary color
Monochromatic Colors of #78B5BF
Black with #78B5BF
Text Example
Text Example
White with #78B5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B5BF; }
p { color: rgb(120,181,191); }
H1.HeaderClassName
{
color: #78B5BF;
}
.AnyTagClassName
{
color: #78B5BF;
}
</style>
background-color css
<style>
a { background-color: #78B5BF; }
a { background-color: rgb(120,181,191); }
div.DivClassName
{
background-color: #78B5BF;
}
.BgClassName
{
background-color: #78B5BF;
}
</style>
border-color css
<style>
span { border-color: #78B5BF; }
span { border-color: rgb(120,181,191); }
td.TdClassName
{
border-color: #78B5BF;
}
.TagClassName
{
border-color: #78B5BF;
}
</style>