Shades of Glacier #79B8BA
Tints of Glacier #79B8BA
RGB
CMYK
RGB Variations
Color information
#79B8BA (or 0x79B8BA) is known color: Glacier. HEX triplet: 79, B8 and BA. RGB value is (121,184,186). Sum of RGB (Red+Green+Blue) = 121+184+186=491 (65% of max value = 765). Red value is 121 (47.66% from 255 or 24.64% from 491); Green value is 184 (72.27% from 255 or 37.47% from 491); Blue value is 186 (73.05% from 255 or 37.88% from 491); Max value from RGB is 186 - color contains mainly: blue. Hex color #79B8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #79B8BA is #864745. Grayscale: #A5A5A5. Windows color (decimal): -8800070 or 12236921. OLE color: 12236921.
HSL color Cylindrical-coordinate representation of color #79B8BA: hue angle of 181.85º 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 #79B8BA is Cyan = 0.35, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 121 | 184 | 186 | - |
| CMYK | 0.35 | 0.01 | 0 | 0.27 |
| HSL | 181.85º | 0.32% | 0.6% | - |
| HSV(B) | 181.85º | 0.35% | 0.73% | - |
| XYZ | 33.89 | 41.89 | 52.75 | - |
| YUV | 165.39 | 139.63 | 96.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 121 | 184 | 186 | 0.35 | 0.01 | 0 | 0.27 | 181.85 | 0.32 | 0.6 |
| Hex | 79 | B8 | BA | 23 | 1 | 0 | 1B | B6 | 20 | 3C |
| Octal | 171 | 270 | 272 | 43 | 1 | 0 | 33 | 266 | 40 | 74 |
| Binary | 1111001 | 10111000 | 10111010 | 100011 | 1 | 0 | 11011 | 10110110 | 100000 | 111100 |
Color Harmonies of #79B8BA
Complementary color
Monochromatic Colors of #79B8BA
Black with #79B8BA
Text Example
Text Example
White with #79B8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #79B8BA; }
p { color: rgb(121,184,186); }
H1.HeaderClassName
{
color: #79B8BA;
}
.AnyTagClassName
{
color: #79B8BA;
}
</style>
background-color css
<style>
a { background-color: #79B8BA; }
a { background-color: rgb(121,184,186); }
div.DivClassName
{
background-color: #79B8BA;
}
.BgClassName
{
background-color: #79B8BA;
}
</style>
border-color css
<style>
span { border-color: #79B8BA; }
span { border-color: rgb(121,184,186); }
td.TdClassName
{
border-color: #79B8BA;
}
.TagClassName
{
border-color: #79B8BA;
}
</style>