Shades of Glacier #70C0C6
Tints of Glacier #70C0C6
RGB
CMYK
RGB Variations
Color information
#70C0C6 (or 0x70C0C6) is known color: Glacier. HEX triplet: 70, C0 and C6. RGB value is (112,192,198). Sum of RGB (Red+Green+Blue) = 112+192+198=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 192 (75.39% from 255 or 38.25% from 502); Blue value is 198 (77.73% from 255 or 39.44% from 502); Max value from RGB is 198 - color contains mainly: blue. Hex color #70C0C6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C0C6 is #8F3F39. Grayscale: #A8A8A8. Windows color (decimal): -9387834 or 13025392. OLE color: 13025392.
HSL color Cylindrical-coordinate representation of color #70C0C6: hue angle of 184.19º degrees, saturation: 0.43, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C0C6 is Cyan = 0.43, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 112 | 192 | 198 | - |
| CMYK | 0.43 | 0.03 | 0 | 0.22 |
| HSL | 184.19º | 0.43% | 0.61% | - |
| HSV(B) | 184.19º | 0.43% | 0.78% | - |
| XYZ | 35.72 | 45.22 | 60.27 | - |
| YUV | 168.76 | 144.5 | 87.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 198 | 0.43 | 0.03 | 0 | 0.22 | 184.19 | 0.43 | 0.61 |
| Hex | 70 | C0 | C6 | 2B | 3 | 0 | 16 | B8 | 2B | 3D |
| Octal | 160 | 300 | 306 | 53 | 3 | 0 | 26 | 270 | 53 | 75 |
| Binary | 1110000 | 11000000 | 11000110 | 101011 | 11 | 0 | 10110 | 10111000 | 101011 | 111101 |
Color Harmonies of #70C0C6
Complementary color
Monochromatic Colors of #70C0C6
Black with #70C0C6
Text Example
Text Example
White with #70C0C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0C6; }
p { color: rgb(112,192,198); }
H1.HeaderClassName
{
color: #70C0C6;
}
.AnyTagClassName
{
color: #70C0C6;
}
</style>
background-color css
<style>
a { background-color: #70C0C6; }
a { background-color: rgb(112,192,198); }
div.DivClassName
{
background-color: #70C0C6;
}
.BgClassName
{
background-color: #70C0C6;
}
</style>
border-color css
<style>
span { border-color: #70C0C6; }
span { border-color: rgb(112,192,198); }
td.TdClassName
{
border-color: #70C0C6;
}
.TagClassName
{
border-color: #70C0C6;
}
</style>