Shades of Glacier #70BCBC
Tints of Glacier #70BCBC
RGB
CMYK
RGB Variations
Color information
#70BCBC (or 0x70BCBC) is known color: Glacier. HEX triplet: 70, BC and BC. RGB value is (112,188,188). Sum of RGB (Red+Green+Blue) = 112+188+188=488 (64% of max value = 765). Red value is 112 (44.14% from 255 or 22.95% from 488); Green value is 188 (73.83% from 255 or 38.52% from 488); Blue value is 188 (73.83% from 255 or 38.52% from 488); Max value from RGB is 188 - color contains mainly: green, blue. Hex color #70BCBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBC is #8F4343. Grayscale: #A5A5A5. Windows color (decimal): -9388868 or 12369008. OLE color: 12369008.
HSL color Cylindrical-coordinate representation of color #70BCBC: hue angle of 180º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #70BCBC is Cyan = 0.40, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 112 | 188 | 188 | - |
| CMYK | 0.40 | 0 | 0 | 0.26 |
| HSL | 180º | 0.36% | 0.59% | - |
| HSV(B) | 180º | 0.4% | 0.74% | - |
| XYZ | 33.74 | 43.04 | 54.11 | - |
| YUV | 165.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 188 | 0.40 | 0 | 0 | 0.26 | 180 | 0.36 | 0.59 |
| Hex | 70 | BC | BC | 28 | 0 | 0 | 1A | B4 | 24 | 3B |
| Octal | 160 | 274 | 274 | 50 | 0 | 0 | 32 | 264 | 44 | 73 |
| Binary | 1110000 | 10111100 | 10111100 | 101000 | 0 | 0 | 11010 | 10110100 | 100100 | 111011 |
Color Harmonies of #70BCBC
Complementary color
Monochromatic Colors of #70BCBC
Black with #70BCBC
Text Example
Text Example
White with #70BCBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCBC; }
p { color: rgb(112,188,188); }
H1.HeaderClassName
{
color: #70BCBC;
}
.AnyTagClassName
{
color: #70BCBC;
}
</style>
background-color css
<style>
a { background-color: #70BCBC; }
a { background-color: rgb(112,188,188); }
div.DivClassName
{
background-color: #70BCBC;
}
.BgClassName
{
background-color: #70BCBC;
}
</style>
border-color css
<style>
span { border-color: #70BCBC; }
span { border-color: rgb(112,188,188); }
td.TdClassName
{
border-color: #70BCBC;
}
.TagClassName
{
border-color: #70BCBC;
}
</style>