Shades of Glacier #78BEC2
Tints of Glacier #78BEC2
RGB
CMYK
RGB Variations
Color information
#78BEC2 (or 0x78BEC2) is known color: Glacier. HEX triplet: 78, BE and C2. RGB value is (120,190,194). Sum of RGB (Red+Green+Blue) = 120+190+194=504 (66% of max value = 765). Red value is 120 (47.27% from 255 or 23.81% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 194 (76.17% from 255 or 38.49% from 504); Max value from RGB is 194 - color contains mainly: blue. Hex color #78BEC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #78BEC2 is #87413D. Grayscale: #A9A9A9. Windows color (decimal): -8864062 or 12762744. OLE color: 12762744.
HSL color Cylindrical-coordinate representation of color #78BEC2: hue angle of 183.24º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #78BEC2 is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 120 | 190 | 194 | - |
| CMYK | 0.38 | 0.02 | 0 | 0.24 |
| HSL | 183.24º | 0.38% | 0.62% | - |
| HSV(B) | 183.24º | 0.38% | 0.76% | - |
| XYZ | 35.9 | 44.72 | 57.78 | - |
| YUV | 169.53 | 141.81 | 92.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 190 | 194 | 0.38 | 0.02 | 0 | 0.24 | 183.24 | 0.38 | 0.62 |
| Hex | 78 | BE | C2 | 26 | 2 | 0 | 18 | B7 | 26 | 3E |
| Octal | 170 | 276 | 302 | 46 | 2 | 0 | 30 | 267 | 46 | 76 |
| Binary | 1111000 | 10111110 | 11000010 | 100110 | 10 | 0 | 11000 | 10110111 | 100110 | 111110 |
Color Harmonies of #78BEC2
Complementary color
Monochromatic Colors of #78BEC2
Black with #78BEC2
Text Example
Text Example
White with #78BEC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78BEC2; }
p { color: rgb(120,190,194); }
H1.HeaderClassName
{
color: #78BEC2;
}
.AnyTagClassName
{
color: #78BEC2;
}
</style>
background-color css
<style>
a { background-color: #78BEC2; }
a { background-color: rgb(120,190,194); }
div.DivClassName
{
background-color: #78BEC2;
}
.BgClassName
{
background-color: #78BEC2;
}
</style>
border-color css
<style>
span { border-color: #78BEC2; }
span { border-color: rgb(120,190,194); }
td.TdClassName
{
border-color: #78BEC2;
}
.TagClassName
{
border-color: #78BEC2;
}
</style>