Shades of Glacier #7ABAC0
Tints of Glacier #7ABAC0
RGB
CMYK
RGB Variations
Color information
#7ABAC0 (or 0x7ABAC0) is known color: Glacier. HEX triplet: 7A, BA and C0. RGB value is (122,186,192). Sum of RGB (Red+Green+Blue) = 122+186+192=500 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.4% from 500); Green value is 186 (73.05% from 255 or 37.2% from 500); Blue value is 192 (75.39% from 255 or 38.4% from 500); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABAC0 is #85453F. Grayscale: #A7A7A7. Windows color (decimal): -8734016 or 12630650. OLE color: 12630650.
HSL color Cylindrical-coordinate representation of color #7ABAC0: hue angle of 185.14º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABAC0 is Cyan = 0.36, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 186 | 192 | - |
| CMYK | 0.36 | 0.03 | 0 | 0.25 |
| HSL | 185.14º | 0.36% | 0.62% | - |
| HSV(B) | 185.14º | 0.36% | 0.75% | - |
| XYZ | 35.1 | 43.06 | 56.33 | - |
| YUV | 167.55 | 141.8 | 95.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 186 | 192 | 0.36 | 0.03 | 0 | 0.25 | 185.14 | 0.36 | 0.62 |
| Hex | 7A | BA | C0 | 24 | 3 | 0 | 19 | B9 | 24 | 3E |
| Octal | 172 | 272 | 300 | 44 | 3 | 0 | 31 | 271 | 44 | 76 |
| Binary | 1111010 | 10111010 | 11000000 | 100100 | 11 | 0 | 11001 | 10111001 | 100100 | 111110 |
Color Harmonies of #7ABAC0
Complementary color
Monochromatic Colors of #7ABAC0
Black with #7ABAC0
Text Example
Text Example
White with #7ABAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABAC0; }
p { color: rgb(122,186,192); }
H1.HeaderClassName
{
color: #7ABAC0;
}
.AnyTagClassName
{
color: #7ABAC0;
}
</style>
background-color css
<style>
a { background-color: #7ABAC0; }
a { background-color: rgb(122,186,192); }
div.DivClassName
{
background-color: #7ABAC0;
}
.BgClassName
{
background-color: #7ABAC0;
}
</style>
border-color css
<style>
span { border-color: #7ABAC0; }
span { border-color: rgb(122,186,192); }
td.TdClassName
{
border-color: #7ABAC0;
}
.TagClassName
{
border-color: #7ABAC0;
}
</style>