Shades of Glacier #78B2B9
Tints of Glacier #78B2B9
RGB
CMYK
RGB Variations
Color information
#78B2B9 (or 0x78B2B9) is known color: Glacier. HEX triplet: 78, B2 and B9. RGB value is (120,178,185). Sum of RGB (Red+Green+Blue) = 120+178+185=483 (63% of max value = 765). Red value is 120 (47.27% from 255 or 24.84% from 483); Green value is 178 (69.92% from 255 or 36.85% from 483); Blue value is 185 (72.66% from 255 or 38.30% from 483); Max value from RGB is 185 - color contains mainly: blue. Hex color #78B2B9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78B2B9 is #874D46. Grayscale: #A1A1A1. Windows color (decimal): -8867143 or 12169848. OLE color: 12169848.
HSL color Cylindrical-coordinate representation of color #78B2B9: hue angle of 186.46º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #78B2B9 is Cyan = 0.35, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 178 | 185 | - |
| CMYK | 0.35 | 0.04 | 0 | 0.27 |
| HSL | 186.46º | 0.32% | 0.6% | - |
| HSV(B) | 186.46º | 0.35% | 0.73% | - |
| XYZ | 32.42 | 39.34 | 51.78 | - |
| YUV | 161.46 | 141.28 | 98.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 178 | 185 | 0.35 | 0.04 | 0 | 0.27 | 186.46 | 0.32 | 0.6 |
| Hex | 78 | B2 | B9 | 23 | 4 | 0 | 1B | BA | 20 | 3C |
| Octal | 170 | 262 | 271 | 43 | 4 | 0 | 33 | 272 | 40 | 74 |
| Binary | 1111000 | 10110010 | 10111001 | 100011 | 100 | 0 | 11011 | 10111010 | 100000 | 111100 |
Color Harmonies of #78B2B9
Complementary color
Monochromatic Colors of #78B2B9
Black with #78B2B9
Text Example
Text Example
White with #78B2B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78B2B9; }
p { color: rgb(120,178,185); }
H1.HeaderClassName
{
color: #78B2B9;
}
.AnyTagClassName
{
color: #78B2B9;
}
</style>
background-color css
<style>
a { background-color: #78B2B9; }
a { background-color: rgb(120,178,185); }
div.DivClassName
{
background-color: #78B2B9;
}
.BgClassName
{
background-color: #78B2B9;
}
</style>
border-color css
<style>
span { border-color: #78B2B9; }
span { border-color: rgb(120,178,185); }
td.TdClassName
{
border-color: #78B2B9;
}
.TagClassName
{
border-color: #78B2B9;
}
</style>