Shades of Glacier #70C0C3
Tints of Glacier #70C0C3
RGB
CMYK
RGB Variations
Color information
#70C0C3 (or 0x70C0C3) is known color: Glacier. HEX triplet: 70, C0 and C3. RGB value is (112,192,195). Sum of RGB (Red+Green+Blue) = 112+192+195=499 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.44% from 499); Green value is 192 (75.39% from 255 or 38.48% from 499); Blue value is 195 (76.56% from 255 or 39.08% from 499); Max value from RGB is 195 - color contains mainly: blue. Hex color #70C0C3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C0C3 is #8F3F3C. Grayscale: #A8A8A8. Windows color (decimal): -9387837 or 12828784. OLE color: 12828784.
HSL color Cylindrical-coordinate representation of color #70C0C3: hue angle of 182.17º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C0C3 is Cyan = 0.43, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 112 | 192 | 195 | - |
| CMYK | 0.43 | 0.02 | 0 | 0.24 |
| HSL | 182.17º | 0.41% | 0.6% | - |
| HSV(B) | 182.17º | 0.43% | 0.76% | - |
| XYZ | 35.38 | 45.08 | 58.47 | - |
| YUV | 168.42 | 143 | 87.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 192 | 195 | 0.43 | 0.02 | 0 | 0.24 | 182.17 | 0.41 | 0.6 |
| Hex | 70 | C0 | C3 | 2B | 2 | 0 | 18 | B6 | 29 | 3C |
| Octal | 160 | 300 | 303 | 53 | 2 | 0 | 30 | 266 | 51 | 74 |
| Binary | 1110000 | 11000000 | 11000011 | 101011 | 10 | 0 | 11000 | 10110110 | 101001 | 111100 |
Color Harmonies of #70C0C3
Complementary color
Monochromatic Colors of #70C0C3
Black with #70C0C3
Text Example
Text Example
White with #70C0C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C0C3; }
p { color: rgb(112,192,195); }
H1.HeaderClassName
{
color: #70C0C3;
}
.AnyTagClassName
{
color: #70C0C3;
}
</style>
background-color css
<style>
a { background-color: #70C0C3; }
a { background-color: rgb(112,192,195); }
div.DivClassName
{
background-color: #70C0C3;
}
.BgClassName
{
background-color: #70C0C3;
}
</style>
border-color css
<style>
span { border-color: #70C0C3; }
span { border-color: rgb(112,192,195); }
td.TdClassName
{
border-color: #70C0C3;
}
.TagClassName
{
border-color: #70C0C3;
}
</style>