Shades of Glacier #7ABFC0
Tints of Glacier #7ABFC0
RGB
CMYK
RGB Variations
Color information
#7ABFC0 (or 0x7ABFC0) is known color: Glacier. HEX triplet: 7A, BF and C0. RGB value is (122,191,192). Sum of RGB (Red+Green+Blue) = 122+191+192=505 (66% of max value = 765). Red value is 122 (48.05% from 255 or 24.16% from 505); Green value is 191 (75% from 255 or 37.82% from 505); Blue value is 192 (75.39% from 255 or 38.02% from 505); Max value from RGB is 192 - color contains mainly: blue. Hex color #7ABFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFC0 is #85403F. Grayscale: #AAAAAA. Windows color (decimal): -8732736 or 12631930. OLE color: 12631930.
HSL color Cylindrical-coordinate representation of color #7ABFC0: hue angle of 180.86º 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 #7ABFC0 is Cyan = 0.36, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 191 | 192 | - |
| CMYK | 0.36 | 0.01 | 0 | 0.25 |
| HSL | 180.86º | 0.36% | 0.62% | - |
| HSV(B) | 180.86º | 0.36% | 0.75% | - |
| XYZ | 36.17 | 45.2 | 56.69 | - |
| YUV | 170.48 | 140.14 | 93.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 192 | 0.36 | 0.01 | 0 | 0.25 | 180.86 | 0.36 | 0.62 |
| Hex | 7A | BF | C0 | 24 | 1 | 0 | 19 | B5 | 24 | 3E |
| Octal | 172 | 277 | 300 | 44 | 1 | 0 | 31 | 265 | 44 | 76 |
| Binary | 1111010 | 10111111 | 11000000 | 100100 | 1 | 0 | 11001 | 10110101 | 100100 | 111110 |
Color Harmonies of #7ABFC0
Complementary color
Monochromatic Colors of #7ABFC0
Black with #7ABFC0
Text Example
Text Example
White with #7ABFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFC0; }
p { color: rgb(122,191,192); }
H1.HeaderClassName
{
color: #7ABFC0;
}
.AnyTagClassName
{
color: #7ABFC0;
}
</style>
background-color css
<style>
a { background-color: #7ABFC0; }
a { background-color: rgb(122,191,192); }
div.DivClassName
{
background-color: #7ABFC0;
}
.BgClassName
{
background-color: #7ABFC0;
}
</style>
border-color css
<style>
span { border-color: #7ABFC0; }
span { border-color: rgb(122,191,192); }
td.TdClassName
{
border-color: #7ABFC0;
}
.TagClassName
{
border-color: #7ABFC0;
}
</style>