Shades of Glacier #7AB1BA
Tints of Glacier #7AB1BA
RGB
CMYK
RGB Variations
Color information
#7AB1BA (or 0x7AB1BA) is known color: Glacier. HEX triplet: 7A, B1 and BA. RGB value is (122,177,186). Sum of RGB (Red+Green+Blue) = 122+177+186=485 (64% of max value = 765). Red value is 122 (48.05% from 255 or 25.15% from 485); Green value is 177 (69.53% from 255 or 36.49% from 485); Blue value is 186 (73.05% from 255 or 38.35% from 485); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AB1BA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AB1BA is #854E45. Grayscale: #A1A1A1. Windows color (decimal): -8736326 or 12235130. OLE color: 12235130.
HSL color Cylindrical-coordinate representation of color #7AB1BA: hue angle of 188.44º degrees, saturation: 0.32, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7AB1BA is Cyan = 0.34, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 177 | 186 | - |
| CMYK | 0.34 | 0.05 | 0 | 0.27 |
| HSL | 188.44º | 0.32% | 0.6% | - |
| HSV(B) | 188.44º | 0.34% | 0.73% | - |
| XYZ | 32.61 | 39.13 | 52.29 | - |
| YUV | 161.58 | 141.78 | 99.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 177 | 186 | 0.34 | 0.05 | 0 | 0.27 | 188.44 | 0.32 | 0.6 |
| Hex | 7A | B1 | BA | 22 | 5 | 0 | 1B | BC | 20 | 3C |
| Octal | 172 | 261 | 272 | 42 | 5 | 0 | 33 | 274 | 40 | 74 |
| Binary | 1111010 | 10110001 | 10111010 | 100010 | 101 | 0 | 11011 | 10111100 | 100000 | 111100 |
Color Harmonies of #7AB1BA
Complementary color
Monochromatic Colors of #7AB1BA
Black with #7AB1BA
Text Example
Text Example
White with #7AB1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB1BA; }
p { color: rgb(122,177,186); }
H1.HeaderClassName
{
color: #7AB1BA;
}
.AnyTagClassName
{
color: #7AB1BA;
}
</style>
background-color css
<style>
a { background-color: #7AB1BA; }
a { background-color: rgb(122,177,186); }
div.DivClassName
{
background-color: #7AB1BA;
}
.BgClassName
{
background-color: #7AB1BA;
}
</style>
border-color css
<style>
span { border-color: #7AB1BA; }
span { border-color: rgb(122,177,186); }
td.TdClassName
{
border-color: #7AB1BA;
}
.TagClassName
{
border-color: #7AB1BA;
}
</style>