Shades of Glacier #78B6C0
Tints of Glacier #78B6C0
RGB
CMYK
RGB Variations
Color information
#78B6C0 (or 0x78B6C0) is known color: Glacier. HEX triplet: 78, B6 and C0. RGB value is (120,182,192). Sum of RGB (Red+Green+Blue) = 120+182+192=494 (65% of max value = 765). Red value is 120 (47.27% from 255 or 24.29% from 494); Green value is 182 (71.48% from 255 or 36.84% from 494); Blue value is 192 (75.39% from 255 or 38.87% from 494); Max value from RGB is 192 - color contains mainly: blue. Hex color #78B6C0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78B6C0 is #87493F. Grayscale: #A4A4A4. Windows color (decimal): -8866112 or 12629624. OLE color: 12629624.
HSL color Cylindrical-coordinate representation of color #78B6C0: hue angle of 188.33º 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 #78B6C0 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 182 | 192 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.25 |
| HSL | 188.33º | 0.36% | 0.61% | - |
| HSV(B) | 188.33º | 0.38% | 0.75% | - |
| XYZ | 33.99 | 41.25 | 56.04 | - |
| YUV | 164.6 | 143.46 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 182 | 192 | 0.38 | 0.05 | 0 | 0.25 | 188.33 | 0.36 | 0.61 |
| Hex | 78 | B6 | C0 | 26 | 5 | 0 | 19 | BC | 24 | 3D |
| Octal | 170 | 266 | 300 | 46 | 5 | 0 | 31 | 274 | 44 | 75 |
| Binary | 1111000 | 10110110 | 11000000 | 100110 | 101 | 0 | 11001 | 10111100 | 100100 | 111101 |
Color Harmonies of #78B6C0
Complementary color
Monochromatic Colors of #78B6C0
Black with #78B6C0
Text Example
Text Example
White with #78B6C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B6C0; }
p { color: rgb(120,182,192); }
H1.HeaderClassName
{
color: #78B6C0;
}
.AnyTagClassName
{
color: #78B6C0;
}
</style>
background-color css
<style>
a { background-color: #78B6C0; }
a { background-color: rgb(120,182,192); }
div.DivClassName
{
background-color: #78B6C0;
}
.BgClassName
{
background-color: #78B6C0;
}
</style>
border-color css
<style>
span { border-color: #78B6C0; }
span { border-color: rgb(120,182,192); }
td.TdClassName
{
border-color: #78B6C0;
}
.TagClassName
{
border-color: #78B6C0;
}
</style>