Shades of Glacier #7AB7BA
Tints of Glacier #7AB7BA
RGB
CMYK
RGB Variations
Color information
#7AB7BA (or 0x7AB7BA) is known color: Glacier. HEX triplet: 7A, B7 and BA. RGB value is (122,183,186). Sum of RGB (Red+Green+Blue) = 122+183+186=491 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.85% from 491); Green value is 183 (71.88% from 255 or 37.27% 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 #7AB7BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AB7BA is #854845. Grayscale: #A5A5A5. Windows color (decimal): -8734790 or 12236666. OLE color: 12236666.
HSL color Cylindrical-coordinate representation of color #7AB7BA: hue angle of 182.81º 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 #7AB7BA is Cyan = 0.34, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 183 | 186 | - |
| CMYK | 0.34 | 0.02 | 0 | 0.27 |
| HSL | 182.81º | 0.32% | 0.6% | - |
| HSV(B) | 182.81º | 0.34% | 0.73% | - |
| XYZ | 33.82 | 41.55 | 52.69 | - |
| YUV | 165.1 | 139.79 | 97.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 183 | 186 | 0.34 | 0.02 | 0 | 0.27 | 182.81 | 0.32 | 0.6 |
| Hex | 7A | B7 | BA | 22 | 2 | 0 | 1B | B7 | 20 | 3C |
| Octal | 172 | 267 | 272 | 42 | 2 | 0 | 33 | 267 | 40 | 74 |
| Binary | 1111010 | 10110111 | 10111010 | 100010 | 10 | 0 | 11011 | 10110111 | 100000 | 111100 |
Color Harmonies of #7AB7BA
Complementary color
Monochromatic Colors of #7AB7BA
Black with #7AB7BA
Text Example
Text Example
White with #7AB7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AB7BA; }
p { color: rgb(122,183,186); }
H1.HeaderClassName
{
color: #7AB7BA;
}
.AnyTagClassName
{
color: #7AB7BA;
}
</style>
background-color css
<style>
a { background-color: #7AB7BA; }
a { background-color: rgb(122,183,186); }
div.DivClassName
{
background-color: #7AB7BA;
}
.BgClassName
{
background-color: #7AB7BA;
}
</style>
border-color css
<style>
span { border-color: #7AB7BA; }
span { border-color: rgb(122,183,186); }
td.TdClassName
{
border-color: #7AB7BA;
}
.TagClassName
{
border-color: #7AB7BA;
}
</style>