Shades of Glacier #78B7C0
Tints of Glacier #78B7C0
RGB
CMYK
RGB Variations
Color information
#78B7C0 (or 0x78B7C0) is known color: Glacier. HEX triplet: 78, B7 and C0. RGB value is (120,183,192). Sum of RGB (Red+Green+Blue) = 120+183+192=495 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.24% from 495); Green value is 183 (71.88% from 255 or 36.97% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #78B7C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B7C0 is #87483F. Grayscale: #A5A5A5. Windows color (decimal): -8865856 or 12629880. OLE color: 12629880.
HSL color Cylindrical-coordinate representation of color #78B7C0: hue angle of 187.5º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78B7C0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 183 | 192 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.25 |
| HSL | 187.5º | 0.36% | 0.61% | - |
| HSV(B) | 187.5º | 0.38% | 0.75% | - |
| XYZ | 34.19 | 41.67 | 56.11 | - |
| YUV | 165.19 | 143.13 | 95.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 183 | 192 | 0.38 | 0.05 | 0 | 0.25 | 187.5 | 0.36 | 0.61 |
| Hex | 78 | B7 | C0 | 26 | 5 | 0 | 19 | BC | 24 | 3D |
| Octal | 170 | 267 | 300 | 46 | 5 | 0 | 31 | 274 | 44 | 75 |
| Binary | 1111000 | 10110111 | 11000000 | 100110 | 101 | 0 | 11001 | 10111100 | 100100 | 111101 |
Color Harmonies of #78B7C0
Complementary color
Monochromatic Colors of #78B7C0
Black with #78B7C0
Text Example
Text Example
White with #78B7C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B7C0; }
p { color: rgb(120,183,192); }
H1.HeaderClassName
{
color: #78B7C0;
}
.AnyTagClassName
{
color: #78B7C0;
}
</style>
background-color css
<style>
a { background-color: #78B7C0; }
a { background-color: rgb(120,183,192); }
div.DivClassName
{
background-color: #78B7C0;
}
.BgClassName
{
background-color: #78B7C0;
}
</style>
border-color css
<style>
span { border-color: #78B7C0; }
span { border-color: rgb(120,183,192); }
td.TdClassName
{
border-color: #78B7C0;
}
.TagClassName
{
border-color: #78B7C0;
}
</style>