Shades of Glacier #7ABBBA
Tints of Glacier #7ABBBA
RGB
CMYK
RGB Variations
Color information
#7ABBBA (or 0x7ABBBA) is known color: Glacier. HEX triplet: 7A, BB and BA. RGB value is (122,187,186). Sum of RGB (Red+Green+Blue) = 122+187+186=495 (65% of max value = 765). Red value is 122 (48.05% from 255 or 24.65% from 495); Green value is 187 (73.44% from 255 or 37.78% from 495); Blue value is 186 (73.05% from 255 or 37.58% from 495); Max value from RGB is 187 - color contains mainly: green. Hex color #7ABBBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBBA is #854445. Grayscale: #A7A7A7. Windows color (decimal): -8733766 or 12237690. OLE color: 12237690.
HSL color Cylindrical-coordinate representation of color #7ABBBA: hue angle of 179.08º degrees, saturation: 0.32, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7ABBBA is Cyan = 0.35, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 122 | 187 | 186 | - |
| CMYK | 0.35 | 0 | 0.01 | 0.27 |
| HSL | 179.08º | 0.32% | 0.61% | - |
| HSV(B) | 179.08º | 0.35% | 0.73% | - |
| XYZ | 34.66 | 43.22 | 52.97 | - |
| YUV | 167.45 | 138.47 | 95.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 186 | 0.35 | 0 | 0.01 | 0.27 | 179.08 | 0.32 | 0.61 |
| Hex | 7A | BB | BA | 23 | 0 | 1 | 1B | B3 | 20 | 3D |
| Octal | 172 | 273 | 272 | 43 | 0 | 1 | 33 | 263 | 40 | 75 |
| Binary | 1111010 | 10111011 | 10111010 | 100011 | 0 | 1 | 11011 | 10110011 | 100000 | 111101 |
Color Harmonies of #7ABBBA
Complementary color
Monochromatic Colors of #7ABBBA
Black with #7ABBBA
Text Example
Text Example
White with #7ABBBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBBA; }
p { color: rgb(122,187,186); }
H1.HeaderClassName
{
color: #7ABBBA;
}
.AnyTagClassName
{
color: #7ABBBA;
}
</style>
background-color css
<style>
a { background-color: #7ABBBA; }
a { background-color: rgb(122,187,186); }
div.DivClassName
{
background-color: #7ABBBA;
}
.BgClassName
{
background-color: #7ABBBA;
}
</style>
border-color css
<style>
span { border-color: #7ABBBA; }
span { border-color: rgb(122,187,186); }
td.TdClassName
{
border-color: #7ABBBA;
}
.TagClassName
{
border-color: #7ABBBA;
}
</style>