Shades of Glacier #79B1BA
Tints of Glacier #79B1BA
RGB
CMYK
RGB Variations
Color information
#79B1BA (or 0x79B1BA) is known color: Glacier. HEX triplet: 79, B1 and BA. RGB value is (121,177,186). Sum of RGB (Red+Green+Blue) = 121+177+186=484 (64% of max value = 765). Red value is 121 (47.66% from 255 or 25% from 484); Green value is 177 (69.53% from 255 or 36.57% from 484); Blue value is 186 (73.05% from 255 or 38.43% from 484); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #79B1BA is #864E45. Grayscale: #A1A1A1. Windows color (decimal): -8801862 or 12235129. OLE color: 12235129.
HSL color Cylindrical-coordinate representation of color #79B1BA: hue angle of 188.31º 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 #79B1BA is Cyan = 0.35, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 177 | 186 | - |
| CMYK | 0.35 | 0.05 | 0 | 0.27 |
| HSL | 188.31º | 0.32% | 0.6% | - |
| HSV(B) | 188.31º | 0.35% | 0.73% | - |
| XYZ | 32.47 | 39.05 | 52.28 | - |
| YUV | 161.28 | 141.95 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 177 | 186 | 0.35 | 0.05 | 0 | 0.27 | 188.31 | 0.32 | 0.6 |
| Hex | 79 | B1 | BA | 23 | 5 | 0 | 1B | BC | 20 | 3C |
| Octal | 171 | 261 | 272 | 43 | 5 | 0 | 33 | 274 | 40 | 74 |
| Binary | 1111001 | 10110001 | 10111010 | 100011 | 101 | 0 | 11011 | 10111100 | 100000 | 111100 |
Color Harmonies of #79B1BA
Complementary color
Monochromatic Colors of #79B1BA
Black with #79B1BA
Text Example
Text Example
White with #79B1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B1BA; }
p { color: rgb(121,177,186); }
H1.HeaderClassName
{
color: #79B1BA;
}
.AnyTagClassName
{
color: #79B1BA;
}
</style>
background-color css
<style>
a { background-color: #79B1BA; }
a { background-color: rgb(121,177,186); }
div.DivClassName
{
background-color: #79B1BA;
}
.BgClassName
{
background-color: #79B1BA;
}
</style>
border-color css
<style>
span { border-color: #79B1BA; }
span { border-color: rgb(121,177,186); }
td.TdClassName
{
border-color: #79B1BA;
}
.TagClassName
{
border-color: #79B1BA;
}
</style>