Shades of Glacier #7ABFC1
Tints of Glacier #7ABFC1
RGB
CMYK
RGB Variations
Color information
#7ABFC1 (or 0x7ABFC1) is known color: Glacier. HEX triplet: 7A, BF and C1. RGB value is (122,191,193). Sum of RGB (Red+Green+Blue) = 122+191+193=506 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.11% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 193 (75.78% from 255 or 38.14% from 506); Max value from RGB is 193 - color contains mainly: blue. Hex color #7ABFC1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7ABFC1 is #85403E. Grayscale: #AAAAAA. Windows color (decimal): -8732735 or 12697466. OLE color: 12697466.
HSL color Cylindrical-coordinate representation of color #7ABFC1: hue angle of 181.69º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7ABFC1 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 191 | 193 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.24 |
| HSL | 181.69º | 0.36% | 0.62% | - |
| HSV(B) | 181.69º | 0.37% | 0.76% | - |
| XYZ | 36.28 | 45.25 | 57.27 | - |
| YUV | 170.6 | 140.64 | 93.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 191 | 193 | 0.37 | 0.01 | 0 | 0.24 | 181.69 | 0.36 | 0.62 |
| Hex | 7A | BF | C1 | 25 | 1 | 0 | 18 | B6 | 24 | 3E |
| Octal | 172 | 277 | 301 | 45 | 1 | 0 | 30 | 266 | 44 | 76 |
| Binary | 1111010 | 10111111 | 11000001 | 100101 | 1 | 0 | 11000 | 10110110 | 100100 | 111110 |
Color Harmonies of #7ABFC1
Complementary color
Monochromatic Colors of #7ABFC1
Black with #7ABFC1
Text Example
Text Example
White with #7ABFC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7ABFC1; }
p { color: rgb(122,191,193); }
H1.HeaderClassName
{
color: #7ABFC1;
}
.AnyTagClassName
{
color: #7ABFC1;
}
</style>
background-color css
<style>
a { background-color: #7ABFC1; }
a { background-color: rgb(122,191,193); }
div.DivClassName
{
background-color: #7ABFC1;
}
.BgClassName
{
background-color: #7ABFC1;
}
</style>
border-color css
<style>
span { border-color: #7ABFC1; }
span { border-color: rgb(122,191,193); }
td.TdClassName
{
border-color: #7ABFC1;
}
.TagClassName
{
border-color: #7ABFC1;
}
</style>