Shades of Glacier #7ABEC6
Tints of Glacier #7ABEC6
RGB
CMYK
RGB Variations
Color information
#7ABEC6 (or 0x7ABEC6) is known color: Glacier. HEX triplet: 7A, BE and C6. RGB value is (122,190,198). Sum of RGB (Red+Green+Blue) = 122+190+198=510 (67% of max value = 765). Red value is 122 (48.05% from 255 or 23.92% from 510); Green value is 190 (74.61% from 255 or 37.25% from 510); Blue value is 198 (77.73% from 255 or 38.82% from 510); Max value from RGB is 198 - color contains mainly: blue. Hex color #7ABEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEC6 is #854139. Grayscale: #AAAAAA. Windows color (decimal): -8732986 or 13024890. OLE color: 13024890.
HSL color Cylindrical-coordinate representation of color #7ABEC6: hue angle of 186.32º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7ABEC6 is Cyan = 0.38, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 122 | 190 | 198 | - |
| CMYK | 0.38 | 0.04 | 0 | 0.22 |
| HSL | 186.32º | 0.4% | 0.63% | - |
| HSV(B) | 186.32º | 0.38% | 0.78% | - |
| XYZ | 36.63 | 45.04 | 60.19 | - |
| YUV | 170.58 | 143.47 | 93.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 198 | 0.38 | 0.04 | 0 | 0.22 | 186.32 | 0.4 | 0.63 |
| Hex | 7A | BE | C6 | 26 | 4 | 0 | 16 | BA | 28 | 3F |
| Octal | 172 | 276 | 306 | 46 | 4 | 0 | 26 | 272 | 50 | 77 |
| Binary | 1111010 | 10111110 | 11000110 | 100110 | 100 | 0 | 10110 | 10111010 | 101000 | 111111 |
Color Harmonies of #7ABEC6
Complementary color
Monochromatic Colors of #7ABEC6
Black with #7ABEC6
Text Example
Text Example
White with #7ABEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEC6; }
p { color: rgb(122,190,198); }
H1.HeaderClassName
{
color: #7ABEC6;
}
.AnyTagClassName
{
color: #7ABEC6;
}
</style>
background-color css
<style>
a { background-color: #7ABEC6; }
a { background-color: rgb(122,190,198); }
div.DivClassName
{
background-color: #7ABEC6;
}
.BgClassName
{
background-color: #7ABEC6;
}
</style>
border-color css
<style>
span { border-color: #7ABEC6; }
span { border-color: rgb(122,190,198); }
td.TdClassName
{
border-color: #7ABEC6;
}
.TagClassName
{
border-color: #7ABEC6;
}
</style>