Shades of Glacier #79BAC0
Tints of Glacier #79BAC0
RGB
CMYK
RGB Variations
Color information
#79BAC0 (or 0x79BAC0) is known color: Glacier. HEX triplet: 79, BA and C0. RGB value is (121,186,192). Sum of RGB (Red+Green+Blue) = 121+186+192=499 (66% of max value = 765). Red value is 121 (47.66% from 255 or 24.25% from 499); Green value is 186 (73.05% from 255 or 37.27% from 499); Blue value is 192 (75.39% from 255 or 38.48% from 499); Max value from RGB is 192 - color contains mainly: blue. Hex color #79BAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79BAC0 is #86453F. Grayscale: #A7A7A7. Windows color (decimal): -8799552 or 12630649. OLE color: 12630649.
HSL color Cylindrical-coordinate representation of color #79BAC0: hue angle of 185.07º degrees, saturation: 0.36, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #79BAC0 is Cyan = 0.37, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 121 | 186 | 192 | - |
| CMYK | 0.37 | 0.03 | 0 | 0.25 |
| HSL | 185.07º | 0.36% | 0.61% | - |
| HSV(B) | 185.07º | 0.37% | 0.75% | - |
| XYZ | 34.96 | 42.99 | 56.32 | - |
| YUV | 167.25 | 141.97 | 95.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 186 | 192 | 0.37 | 0.03 | 0 | 0.25 | 185.07 | 0.36 | 0.61 |
| Hex | 79 | BA | C0 | 25 | 3 | 0 | 19 | B9 | 24 | 3D |
| Octal | 171 | 272 | 300 | 45 | 3 | 0 | 31 | 271 | 44 | 75 |
| Binary | 1111001 | 10111010 | 11000000 | 100101 | 11 | 0 | 11001 | 10111001 | 100100 | 111101 |
Color Harmonies of #79BAC0
Complementary color
Monochromatic Colors of #79BAC0
Black with #79BAC0
Text Example
Text Example
White with #79BAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79BAC0; }
p { color: rgb(121,186,192); }
H1.HeaderClassName
{
color: #79BAC0;
}
.AnyTagClassName
{
color: #79BAC0;
}
</style>
background-color css
<style>
a { background-color: #79BAC0; }
a { background-color: rgb(121,186,192); }
div.DivClassName
{
background-color: #79BAC0;
}
.BgClassName
{
background-color: #79BAC0;
}
</style>
border-color css
<style>
span { border-color: #79BAC0; }
span { border-color: rgb(121,186,192); }
td.TdClassName
{
border-color: #79BAC0;
}
.TagClassName
{
border-color: #79BAC0;
}
</style>