Shades of Glacier #78ADBB
Tints of Glacier #78ADBB
RGB
CMYK
RGB Variations
Color information
#78ADBB (or 0x78ADBB) is known color: Glacier. HEX triplet: 78, AD and BB. RGB value is (120,173,187). Sum of RGB (Red+Green+Blue) = 120+173+187=480 (63% of max value = 765). Red value is 120 (47.27% from 255 or 25% from 480); Green value is 173 (67.97% from 255 or 36.04% from 480); Blue value is 187 (73.44% from 255 or 38.96% from 480); Max value from RGB is 187 - color contains mainly: blue. Hex color #78ADBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #78ADBB is #875244. Grayscale: #9E9E9E. Windows color (decimal): -8868421 or 12299640. OLE color: 12299640.
HSL color Cylindrical-coordinate representation of color #78ADBB: hue angle of 192.54º degrees, saturation: 0.33, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #78ADBB is Cyan = 0.36, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 120 | 173 | 187 | - |
| CMYK | 0.36 | 0.07 | 0 | 0.27 |
| HSL | 192.54º | 0.33% | 0.6% | - |
| HSV(B) | 192.54º | 0.36% | 0.73% | - |
| XYZ | 31.66 | 37.47 | 52.58 | - |
| YUV | 158.75 | 143.94 | 100.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 120 | 173 | 187 | 0.36 | 0.07 | 0 | 0.27 | 192.54 | 0.33 | 0.6 |
| Hex | 78 | AD | BB | 24 | 7 | 0 | 1B | C1 | 21 | 3C |
| Octal | 170 | 255 | 273 | 44 | 7 | 0 | 33 | 301 | 41 | 74 |
| Binary | 1111000 | 10101101 | 10111011 | 100100 | 111 | 0 | 11011 | 11000001 | 100001 | 111100 |
Color Harmonies of #78ADBB
Complementary color
Monochromatic Colors of #78ADBB
Black with #78ADBB
Text Example
Text Example
White with #78ADBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #78ADBB; }
p { color: rgb(120,173,187); }
H1.HeaderClassName
{
color: #78ADBB;
}
.AnyTagClassName
{
color: #78ADBB;
}
</style>
background-color css
<style>
a { background-color: #78ADBB; }
a { background-color: rgb(120,173,187); }
div.DivClassName
{
background-color: #78ADBB;
}
.BgClassName
{
background-color: #78ADBB;
}
</style>
border-color css
<style>
span { border-color: #78ADBB; }
span { border-color: rgb(120,173,187); }
td.TdClassName
{
border-color: #78ADBB;
}
.TagClassName
{
border-color: #78ADBB;
}
</style>