Shades of Downy #70CEBA
Tints of Downy #70CEBA
RGB
CMYK
RGB Variations
Color information
#70CEBA (or 0x70CEBA) is known color: Downy. HEX triplet: 70, CE and BA. RGB value is (112,206,186). Sum of RGB (Red+Green+Blue) = 112+206+186=504 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.22% from 504); Green value is 206 (80.86% from 255 or 40.87% from 504); Blue value is 186 (73.05% from 255 or 36.90% from 504); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEBA is #8F3145. Grayscale: #AFAFAF. Windows color (decimal): -9384262 or 12242544. OLE color: 12242544.
HSL color Cylindrical-coordinate representation of color #70CEBA: hue angle of 167.23º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEBA is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 186 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.19 |
| HSL | 167.23º | 0.49% | 0.62% | - |
| HSV(B) | 167.23º | 0.46% | 0.81% | - |
| XYZ | 37.62 | 51.13 | 54.34 | - |
| YUV | 175.61 | 133.86 | 82.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 186 | 0.46 | 0 | 0.10 | 0.19 | 167.23 | 0.49 | 0.62 |
| Hex | 70 | CE | BA | 2E | 0 | A | 13 | A7 | 31 | 3E |
| Octal | 160 | 316 | 272 | 56 | 0 | 12 | 23 | 247 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10111010 | 101110 | 0 | 1010 | 10011 | 10100111 | 110001 | 111110 |
Color Harmonies of #70CEBA
Complementary color
Monochromatic Colors of #70CEBA
Black with #70CEBA
Text Example
Text Example
White with #70CEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEBA; }
p { color: rgb(112,206,186); }
H1.HeaderClassName
{
color: #70CEBA;
}
.AnyTagClassName
{
color: #70CEBA;
}
</style>
background-color css
<style>
a { background-color: #70CEBA; }
a { background-color: rgb(112,206,186); }
div.DivClassName
{
background-color: #70CEBA;
}
.BgClassName
{
background-color: #70CEBA;
}
</style>
border-color css
<style>
span { border-color: #70CEBA; }
span { border-color: rgb(112,206,186); }
td.TdClassName
{
border-color: #70CEBA;
}
.TagClassName
{
border-color: #70CEBA;
}
</style>