Shades of Glacier #78B0C0
Tints of Glacier #78B0C0
RGB
CMYK
RGB Variations
Color information
#78B0C0 (or 0x78B0C0) is known color: Glacier. HEX triplet: 78, B0 and C0. RGB value is (120,176,192). Sum of RGB (Red+Green+Blue) = 120+176+192=488 (64% of max value = 765). Red value is 120 (47.27% from 255 or 24.59% from 488); Green value is 176 (69.14% from 255 or 36.07% from 488); Blue value is 192 (75.39% from 255 or 39.34% from 488); Max value from RGB is 192 - color contains mainly: blue. Hex color #78B0C0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B0C0 is #874F3F. Grayscale: #A0A0A0. Windows color (decimal): -8867648 or 12628088. OLE color: 12628088.
HSL color Cylindrical-coordinate representation of color #78B0C0: hue angle of 193.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 #78B0C0 is Cyan = 0.38, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 176 | 192 | - |
| CMYK | 0.38 | 0.08 | 0 | 0.25 |
| HSL | 193.33º | 0.36% | 0.61% | - |
| HSV(B) | 193.33º | 0.38% | 0.75% | - |
| XYZ | 32.79 | 38.85 | 55.64 | - |
| YUV | 161.08 | 145.45 | 98.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 176 | 192 | 0.38 | 0.08 | 0 | 0.25 | 193.33 | 0.36 | 0.61 |
| Hex | 78 | B0 | C0 | 26 | 8 | 0 | 19 | C1 | 24 | 3D |
| Octal | 170 | 260 | 300 | 46 | 10 | 0 | 31 | 301 | 44 | 75 |
| Binary | 1111000 | 10110000 | 11000000 | 100110 | 1000 | 0 | 11001 | 11000001 | 100100 | 111101 |
Color Harmonies of #78B0C0
Complementary color
Monochromatic Colors of #78B0C0
Black with #78B0C0
Text Example
Text Example
White with #78B0C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B0C0; }
p { color: rgb(120,176,192); }
H1.HeaderClassName
{
color: #78B0C0;
}
.AnyTagClassName
{
color: #78B0C0;
}
</style>
background-color css
<style>
a { background-color: #78B0C0; }
a { background-color: rgb(120,176,192); }
div.DivClassName
{
background-color: #78B0C0;
}
.BgClassName
{
background-color: #78B0C0;
}
</style>
border-color css
<style>
span { border-color: #78B0C0; }
span { border-color: rgb(120,176,192); }
td.TdClassName
{
border-color: #78B0C0;
}
.TagClassName
{
border-color: #78B0C0;
}
</style>