Shades of Glacier #7ABEC0
Tints of Glacier #7ABEC0
RGB
CMYK
RGB Variations
Color information
#7ABEC0 (or 0x7ABEC0) is known color: Glacier. HEX triplet: 7A, BE and C0. RGB value is (122,190,192). Sum of RGB (Red+Green+Blue) = 122+190+192=504 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.21% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 192 (75.39% from 255 or 38.10% from 504); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABEC0 is #85413F. Grayscale: #A9A9A9. Windows color (decimal): -8732992 or 12631674. OLE color: 12631674.
HSL color Cylindrical-coordinate representation of color #7ABEC0: hue angle of 181.71º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #7ABEC0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 190 | 192 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.25 |
| HSL | 181.71º | 0.36% | 0.62% | - |
| HSV(B) | 181.71º | 0.36% | 0.75% | - |
| XYZ | 35.95 | 44.77 | 56.62 | - |
| YUV | 169.9 | 140.47 | 93.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 190 | 192 | 0.36 | 0.01 | 0 | 0.25 | 181.71 | 0.36 | 0.62 |
| Hex | 7A | BE | C0 | 24 | 1 | 0 | 19 | B6 | 24 | 3E |
| Octal | 172 | 276 | 300 | 44 | 1 | 0 | 31 | 266 | 44 | 76 |
| Binary | 1111010 | 10111110 | 11000000 | 100100 | 1 | 0 | 11001 | 10110110 | 100100 | 111110 |
Color Harmonies of #7ABEC0
Complementary color
Monochromatic Colors of #7ABEC0
Black with #7ABEC0
Text Example
Text Example
White with #7ABEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABEC0; }
p { color: rgb(122,190,192); }
H1.HeaderClassName
{
color: #7ABEC0;
}
.AnyTagClassName
{
color: #7ABEC0;
}
</style>
background-color css
<style>
a { background-color: #7ABEC0; }
a { background-color: rgb(122,190,192); }
div.DivClassName
{
background-color: #7ABEC0;
}
.BgClassName
{
background-color: #7ABEC0;
}
</style>
border-color css
<style>
span { border-color: #7ABEC0; }
span { border-color: rgb(122,190,192); }
td.TdClassName
{
border-color: #7ABEC0;
}
.TagClassName
{
border-color: #7ABEC0;
}
</style>