Shades of Glacier #70BFC0
Tints of Glacier #70BFC0
RGB
CMYK
RGB Variations
Color information
#70BFC0 (or 0x70BFC0) is known color: Glacier. HEX triplet: 70, BF and C0. RGB value is (112,191,192). Sum of RGB (Red+Green+Blue) = 112+191+192=495 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.63% from 495); Green value is 191 (75% from 255 or 38.59% from 495); Blue value is 192 (75.39% from 255 or 38.79% from 495); Max value from RGB is 192 - color contains mainly: blue. Hex color #70BFC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BFC0 is #8F403F. Grayscale: #A7A7A7. Windows color (decimal): -9388096 or 12631920. OLE color: 12631920.
HSL color Cylindrical-coordinate representation of color #70BFC0: hue angle of 180.75º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #70BFC0 is Cyan = 0.42, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 191 | 192 | - |
| CMYK | 0.42 | 0.01 | 0 | 0.25 |
| HSL | 180.75º | 0.39% | 0.6% | - |
| HSV(B) | 180.75º | 0.42% | 0.75% | - |
| XYZ | 34.83 | 44.51 | 56.63 | - |
| YUV | 167.49 | 141.83 | 88.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 191 | 192 | 0.42 | 0.01 | 0 | 0.25 | 180.75 | 0.39 | 0.6 |
| Hex | 70 | BF | C0 | 2A | 1 | 0 | 19 | B5 | 27 | 3C |
| Octal | 160 | 277 | 300 | 52 | 1 | 0 | 31 | 265 | 47 | 74 |
| Binary | 1110000 | 10111111 | 11000000 | 101010 | 1 | 0 | 11001 | 10110101 | 100111 | 111100 |
Color Harmonies of #70BFC0
Complementary color
Monochromatic Colors of #70BFC0
Black with #70BFC0
Text Example
Text Example
White with #70BFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BFC0; }
p { color: rgb(112,191,192); }
H1.HeaderClassName
{
color: #70BFC0;
}
.AnyTagClassName
{
color: #70BFC0;
}
</style>
background-color css
<style>
a { background-color: #70BFC0; }
a { background-color: rgb(112,191,192); }
div.DivClassName
{
background-color: #70BFC0;
}
.BgClassName
{
background-color: #70BFC0;
}
</style>
border-color css
<style>
span { border-color: #70BFC0; }
span { border-color: rgb(112,191,192); }
td.TdClassName
{
border-color: #70BFC0;
}
.TagClassName
{
border-color: #70BFC0;
}
</style>