Shades of Glacier #7ABBC5
Tints of Glacier #7ABBC5
RGB
CMYK
RGB Variations
Color information
#7ABBC5 (or 0x7ABBC5) is known color: Glacier. HEX triplet: 7A, BB and C5. RGB value is (122,187,197). Sum of RGB (Red+Green+Blue) = 122+187+197=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 187 (73.44% from 255 or 36.96% from 506); Blue value is 197 (77.34% from 255 or 38.93% from 506); Max value from RGB is 197 - color contains mainly: blue. Hex color #7ABBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABBC5 is #85443A. Grayscale: #A8A8A8. Windows color (decimal): -8733755 or 12958586. OLE color: 12958586.
HSL color Cylindrical-coordinate representation of color #7ABBC5: hue angle of 188º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ABBC5 is Cyan = 0.38, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 122 | 187 | 197 | - |
| CMYK | 0.38 | 0.05 | 0 | 0.23 |
| HSL | 188º | 0.39% | 0.63% | - |
| HSV(B) | 188º | 0.38% | 0.77% | - |
| XYZ | 35.87 | 43.71 | 59.37 | - |
| YUV | 168.71 | 143.97 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 187 | 197 | 0.38 | 0.05 | 0 | 0.23 | 188 | 0.39 | 0.63 |
| Hex | 7A | BB | C5 | 26 | 5 | 0 | 17 | BC | 27 | 3F |
| Octal | 172 | 273 | 305 | 46 | 5 | 0 | 27 | 274 | 47 | 77 |
| Binary | 1111010 | 10111011 | 11000101 | 100110 | 101 | 0 | 10111 | 10111100 | 100111 | 111111 |
Color Harmonies of #7ABBC5
Complementary color
Monochromatic Colors of #7ABBC5
Black with #7ABBC5
Text Example
Text Example
White with #7ABBC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABBC5; }
p { color: rgb(122,187,197); }
H1.HeaderClassName
{
color: #7ABBC5;
}
.AnyTagClassName
{
color: #7ABBC5;
}
</style>
background-color css
<style>
a { background-color: #7ABBC5; }
a { background-color: rgb(122,187,197); }
div.DivClassName
{
background-color: #7ABBC5;
}
.BgClassName
{
background-color: #7ABBC5;
}
</style>
border-color css
<style>
span { border-color: #7ABBC5; }
span { border-color: rgb(122,187,197); }
td.TdClassName
{
border-color: #7ABBC5;
}
.TagClassName
{
border-color: #7ABBC5;
}
</style>