Shades of Glacier #7AB8BA
Tints of Glacier #7AB8BA
RGB
CMYK
RGB Variations
Color information
#7AB8BA (or 0x7AB8BA) is known color: Glacier. HEX triplet: 7A, B8 and BA. RGB value is (122,184,186). Sum of RGB (Red+Green+Blue) = 122+184+186=492 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.80% from 492); Green value is 184 (72.27% from 255 or 37.40% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 186 - color contains mainly: blue. Hex color #7AB8BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB8BA is #854745. Grayscale: #A5A5A5. Windows color (decimal): -8734534 or 12236922. OLE color: 12236922.
HSL color Cylindrical-coordinate representation of color #7AB8BA: hue angle of 181.88º 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 #7AB8BA is Cyan = 0.34, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 184 | 186 | - |
| CMYK | 0.34 | 0.01 | 0 | 0.27 |
| HSL | 181.88º | 0.32% | 0.6% | - |
| HSV(B) | 181.88º | 0.34% | 0.73% | - |
| XYZ | 34.03 | 41.96 | 52.76 | - |
| YUV | 165.69 | 139.46 | 96.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 184 | 186 | 0.34 | 0.01 | 0 | 0.27 | 181.88 | 0.32 | 0.6 |
| Hex | 7A | B8 | BA | 22 | 1 | 0 | 1B | B6 | 20 | 3C |
| Octal | 172 | 270 | 272 | 42 | 1 | 0 | 33 | 266 | 40 | 74 |
| Binary | 1111010 | 10111000 | 10111010 | 100010 | 1 | 0 | 11011 | 10110110 | 100000 | 111100 |
Color Harmonies of #7AB8BA
Complementary color
Monochromatic Colors of #7AB8BA
Black with #7AB8BA
Text Example
Text Example
White with #7AB8BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB8BA; }
p { color: rgb(122,184,186); }
H1.HeaderClassName
{
color: #7AB8BA;
}
.AnyTagClassName
{
color: #7AB8BA;
}
</style>
background-color css
<style>
a { background-color: #7AB8BA; }
a { background-color: rgb(122,184,186); }
div.DivClassName
{
background-color: #7AB8BA;
}
.BgClassName
{
background-color: #7AB8BA;
}
</style>
border-color css
<style>
span { border-color: #7AB8BA; }
span { border-color: rgb(122,184,186); }
td.TdClassName
{
border-color: #7AB8BA;
}
.TagClassName
{
border-color: #7AB8BA;
}
</style>