Shades of Glacier #70BEBD
Tints of Glacier #70BEBD
RGB
CMYK
RGB Variations
Color information
#70BEBD (or 0x70BEBD) is known color: Glacier. HEX triplet: 70, BE and BD. RGB value is (112,190,189). Sum of RGB (Red+Green+Blue) = 112+190+189=491 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.81% from 491); Green value is 190 (74.61% from 255 or 38.70% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 190 - color contains mainly: green. Hex color #70BEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70BEBD is #8F4142. Grayscale: #A6A6A6. Windows color (decimal): -9388355 or 12435056. OLE color: 12435056.
HSL color Cylindrical-coordinate representation of color #70BEBD: hue angle of 179.23º 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 #70BEBD is Cyan = 0.41, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 112 | 190 | 189 | - |
| CMYK | 0.41 | 0 | 0.01 | 0.25 |
| HSL | 179.23º | 0.38% | 0.59% | - |
| HSV(B) | 179.23º | 0.41% | 0.75% | - |
| XYZ | 34.28 | 43.95 | 54.82 | - |
| YUV | 166.56 | 140.66 | 89.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 190 | 189 | 0.41 | 0 | 0.01 | 0.25 | 179.23 | 0.38 | 0.59 |
| Hex | 70 | BE | BD | 29 | 0 | 1 | 19 | B3 | 26 | 3B |
| Octal | 160 | 276 | 275 | 51 | 0 | 1 | 31 | 263 | 46 | 73 |
| Binary | 1110000 | 10111110 | 10111101 | 101001 | 0 | 1 | 11001 | 10110011 | 100110 | 111011 |
Color Harmonies of #70BEBD
Complementary color
Monochromatic Colors of #70BEBD
Black with #70BEBD
Text Example
Text Example
White with #70BEBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70BEBD; }
p { color: rgb(112,190,189); }
H1.HeaderClassName
{
color: #70BEBD;
}
.AnyTagClassName
{
color: #70BEBD;
}
</style>
background-color css
<style>
a { background-color: #70BEBD; }
a { background-color: rgb(112,190,189); }
div.DivClassName
{
background-color: #70BEBD;
}
.BgClassName
{
background-color: #70BEBD;
}
</style>
border-color css
<style>
span { border-color: #70BEBD; }
span { border-color: rgb(112,190,189); }
td.TdClassName
{
border-color: #70BEBD;
}
.TagClassName
{
border-color: #70BEBD;
}
</style>