Shades of Glacier #7AC0C1
Tints of Glacier #7AC0C1
RGB
CMYK
RGB Variations
Color information
#7AC0C1 (or 0x7AC0C1) is known color: Glacier. HEX triplet: 7A, C0 and C1. RGB value is (122,192,193). Sum of RGB (Red+Green+Blue) = 122+192+193=507 (67% of max value = 765). Red value is 122 (48.05% from 255 or 24.06% from 507); Green value is 192 (75.39% from 255 or 37.87% from 507); Blue value is 193 (75.78% from 255 or 38.07% from 507); Max value from RGB is 193 - color contains mainly: blue. Hex color #7AC0C1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7AC0C1 is #853F3E. Grayscale: #ABABAB. Windows color (decimal): -8732479 or 12697722. OLE color: 12697722.
HSL color Cylindrical-coordinate representation of color #7AC0C1: hue angle of 180.85º 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 #7AC0C1 is Cyan = 0.37, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 122 | 192 | 193 | - |
| CMYK | 0.37 | 0.01 | 0 | 0.24 |
| HSL | 180.85º | 0.36% | 0.62% | - |
| HSV(B) | 180.85º | 0.37% | 0.76% | - |
| XYZ | 36.5 | 45.69 | 57.35 | - |
| YUV | 171.18 | 140.31 | 92.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 193 | 0.37 | 0.01 | 0 | 0.24 | 180.85 | 0.36 | 0.62 |
| Hex | 7A | C0 | C1 | 25 | 1 | 0 | 18 | B5 | 24 | 3E |
| Octal | 172 | 300 | 301 | 45 | 1 | 0 | 30 | 265 | 44 | 76 |
| Binary | 1111010 | 11000000 | 11000001 | 100101 | 1 | 0 | 11000 | 10110101 | 100100 | 111110 |
Color Harmonies of #7AC0C1
Complementary color
Monochromatic Colors of #7AC0C1
Black with #7AC0C1
Text Example
Text Example
White with #7AC0C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC0C1; }
p { color: rgb(122,192,193); }
H1.HeaderClassName
{
color: #7AC0C1;
}
.AnyTagClassName
{
color: #7AC0C1;
}
</style>
background-color css
<style>
a { background-color: #7AC0C1; }
a { background-color: rgb(122,192,193); }
div.DivClassName
{
background-color: #7AC0C1;
}
.BgClassName
{
background-color: #7AC0C1;
}
</style>
border-color css
<style>
span { border-color: #7AC0C1; }
span { border-color: rgb(122,192,193); }
td.TdClassName
{
border-color: #7AC0C1;
}
.TagClassName
{
border-color: #7AC0C1;
}
</style>