Shades of Glacier #7AACB6
Tints of Glacier #7AACB6
RGB
CMYK
RGB Variations
Color information
#7AACB6 (or 0x7AACB6) is known color: Glacier. HEX triplet: 7A, AC and B6. RGB value is (122,172,182). Sum of RGB (Red+Green+Blue) = 122+172+182=476 (63% of max value = 765). Red value is 122 (48.05% from 255 or 25.63% from 476); Green value is 172 (67.58% from 255 or 36.13% from 476); Blue value is 182 (71.48% from 255 or 38.24% from 476); Max value from RGB is 182 - color contains mainly: blue. Hex color #7AACB6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #7AACB6 is #855349. Grayscale: #9E9E9E. Windows color (decimal): -8737610 or 11971706. OLE color: 11971706.
HSL color Cylindrical-coordinate representation of color #7AACB6: hue angle of 190º degrees, saturation: 0.29, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7AACB6 is Cyan = 0.33, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 122 | 172 | 182 | - |
| CMYK | 0.33 | 0.05 | 0 | 0.29 |
| HSL | 190º | 0.29% | 0.6% | - |
| HSV(B) | 190º | 0.33% | 0.71% | - |
| XYZ | 31.22 | 37.02 | 49.76 | - |
| YUV | 158.19 | 141.44 | 102.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 172 | 182 | 0.33 | 0.05 | 0 | 0.29 | 190 | 0.29 | 0.6 |
| Hex | 7A | AC | B6 | 21 | 5 | 0 | 1D | BE | 1D | 3C |
| Octal | 172 | 254 | 266 | 41 | 5 | 0 | 35 | 276 | 35 | 74 |
| Binary | 1111010 | 10101100 | 10110110 | 100001 | 101 | 0 | 11101 | 10111110 | 11101 | 111100 |
Color Harmonies of #7AACB6
Complementary color
Monochromatic Colors of #7AACB6
Black with #7AACB6
Text Example
Text Example
White with #7AACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AACB6; }
p { color: rgb(122,172,182); }
H1.HeaderClassName
{
color: #7AACB6;
}
.AnyTagClassName
{
color: #7AACB6;
}
</style>
background-color css
<style>
a { background-color: #7AACB6; }
a { background-color: rgb(122,172,182); }
div.DivClassName
{
background-color: #7AACB6;
}
.BgClassName
{
background-color: #7AACB6;
}
</style>
border-color css
<style>
span { border-color: #7AACB6; }
span { border-color: rgb(122,172,182); }
td.TdClassName
{
border-color: #7AACB6;
}
.TagClassName
{
border-color: #7AACB6;
}
</style>