Shades of Glacier #70BCBF
Tints of Glacier #70BCBF
RGB
CMYK
RGB Variations
Color information
#70BCBF (or 0x70BCBF) is known color: Glacier. HEX triplet: 70, BC and BF. RGB value is (112,188,191). Sum of RGB (Red+Green+Blue) = 112+188+191=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 188 (73.83% from 255 or 38.29% from 491); Blue value is 191 (75% from 255 or 38.90% from 491); Max value from RGB is 191 - color contains mainly: blue. Hex color #70BCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BCBF is #8F4340. Grayscale: #A5A5A5. Windows color (decimal): -9388865 or 12565616. OLE color: 12565616.
HSL color Cylindrical-coordinate representation of color #70BCBF: hue angle of 182.28º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #70BCBF is Cyan = 0.41, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 188 | 191 | - |
| CMYK | 0.41 | 0.02 | 0 | 0.25 |
| HSL | 182.28º | 0.38% | 0.59% | - |
| HSV(B) | 182.28º | 0.41% | 0.75% | - |
| XYZ | 34.07 | 43.17 | 55.83 | - |
| YUV | 165.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 188 | 191 | 0.41 | 0.02 | 0 | 0.25 | 182.28 | 0.38 | 0.59 |
| Hex | 70 | BC | BF | 29 | 2 | 0 | 19 | B6 | 26 | 3B |
| Octal | 160 | 274 | 277 | 51 | 2 | 0 | 31 | 266 | 46 | 73 |
| Binary | 1110000 | 10111100 | 10111111 | 101001 | 10 | 0 | 11001 | 10110110 | 100110 | 111011 |
Color Harmonies of #70BCBF
Complementary color
Monochromatic Colors of #70BCBF
Black with #70BCBF
Text Example
Text Example
White with #70BCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BCBF; }
p { color: rgb(112,188,191); }
H1.HeaderClassName
{
color: #70BCBF;
}
.AnyTagClassName
{
color: #70BCBF;
}
</style>
background-color css
<style>
a { background-color: #70BCBF; }
a { background-color: rgb(112,188,191); }
div.DivClassName
{
background-color: #70BCBF;
}
.BgClassName
{
background-color: #70BCBF;
}
</style>
border-color css
<style>
span { border-color: #70BCBF; }
span { border-color: rgb(112,188,191); }
td.TdClassName
{
border-color: #70BCBF;
}
.TagClassName
{
border-color: #70BCBF;
}
</style>