Shades of Glacier #78BFC0
Tints of Glacier #78BFC0
RGB
CMYK
RGB Variations
Color information
#78BFC0 (or 0x78BFC0) is known color: Glacier. HEX triplet: 78, BF and C0. RGB value is (120,191,192). Sum of RGB (Red+Green+Blue) = 120+191+192=503 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.86% from 503); Green value is 191 (75% from 255 or 37.97% from 503); Blue value is 192 (75.39% from 255 or 38.17% from 503); Max value from RGB is 192 - color contains mainly: blue. Hex color #78BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BFC0 is #87403F. Grayscale: #A9A9A9. Windows color (decimal): -8863808 or 12631928. OLE color: 12631928.
HSL color Cylindrical-coordinate representation of color #78BFC0: hue angle of 180.83º 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 #78BFC0 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 120 | 191 | 192 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.25 |
| HSL | 180.83º | 0.36% | 0.61% | - |
| HSV(B) | 180.83º | 0.38% | 0.75% | - |
| XYZ | 35.89 | 45.06 | 56.68 | - |
| YUV | 169.89 | 140.48 | 92.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 191 | 192 | 0.38 | 0.01 | 0 | 0.25 | 180.83 | 0.36 | 0.61 |
| Hex | 78 | BF | C0 | 26 | 1 | 0 | 19 | B5 | 24 | 3D |
| Octal | 170 | 277 | 300 | 46 | 1 | 0 | 31 | 265 | 44 | 75 |
| Binary | 1111000 | 10111111 | 11000000 | 100110 | 1 | 0 | 11001 | 10110101 | 100100 | 111101 |
Color Harmonies of #78BFC0
Complementary color
Monochromatic Colors of #78BFC0
Black with #78BFC0
Text Example
Text Example
White with #78BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BFC0; }
p { color: rgb(120,191,192); }
H1.HeaderClassName
{
color: #78BFC0;
}
.AnyTagClassName
{
color: #78BFC0;
}
</style>
background-color css
<style>
a { background-color: #78BFC0; }
a { background-color: rgb(120,191,192); }
div.DivClassName
{
background-color: #78BFC0;
}
.BgClassName
{
background-color: #78BFC0;
}
</style>
border-color css
<style>
span { border-color: #78BFC0; }
span { border-color: rgb(120,191,192); }
td.TdClassName
{
border-color: #78BFC0;
}
.TagClassName
{
border-color: #78BFC0;
}
</style>