Shades of Glacier #7EC0C7
Tints of Glacier #7EC0C7
RGB
CMYK
RGB Variations
Color information
#7EC0C7 (or 0x7EC0C7) is known color: Glacier. HEX triplet: 7E, C0 and C7. RGB value is (126,192,199). Sum of RGB (Red+Green+Blue) = 126+192+199=517 (68% of max value = 765). Red value is 126 (49.61% from 255 or 24.37% from 517); Green value is 192 (75.39% from 255 or 37.14% from 517); Blue value is 199 (78.12% from 255 or 38.49% from 517); Max value from RGB is 199 - color contains mainly: blue. Hex color #7EC0C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #7EC0C7 is #813F38. Grayscale: #ACACAC. Windows color (decimal): -8470329 or 13090942. OLE color: 13090942.
HSL color Cylindrical-coordinate representation of color #7EC0C7: hue angle of 185.75º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7EC0C7 is Cyan = 0.37, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 126 | 192 | 199 | - |
| CMYK | 0.37 | 0.04 | 0 | 0.22 |
| HSL | 185.75º | 0.39% | 0.64% | - |
| HSV(B) | 185.75º | 0.37% | 0.78% | - |
| XYZ | 37.76 | 46.26 | 60.97 | - |
| YUV | 173.06 | 142.63 | 94.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 126 | 192 | 199 | 0.37 | 0.04 | 0 | 0.22 | 185.75 | 0.39 | 0.64 |
| Hex | 7E | C0 | C7 | 25 | 4 | 0 | 16 | BA | 27 | 40 |
| Octal | 176 | 300 | 307 | 45 | 4 | 0 | 26 | 272 | 47 | 100 |
| Binary | 1111110 | 11000000 | 11000111 | 100101 | 100 | 0 | 10110 | 10111010 | 100111 | 1000000 |
Color Harmonies of #7EC0C7
Complementary color
Monochromatic Colors of #7EC0C7
Black with #7EC0C7
Text Example
Text Example
White with #7EC0C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7EC0C7; }
p { color: rgb(126,192,199); }
H1.HeaderClassName
{
color: #7EC0C7;
}
.AnyTagClassName
{
color: #7EC0C7;
}
</style>
background-color css
<style>
a { background-color: #7EC0C7; }
a { background-color: rgb(126,192,199); }
div.DivClassName
{
background-color: #7EC0C7;
}
.BgClassName
{
background-color: #7EC0C7;
}
</style>
border-color css
<style>
span { border-color: #7EC0C7; }
span { border-color: rgb(126,192,199); }
td.TdClassName
{
border-color: #7EC0C7;
}
.TagClassName
{
border-color: #7EC0C7;
}
</style>