Shades of Downy #70E9C1
Tints of Downy #70E9C1
RGB
CMYK
RGB Variations
Color information
#70E9C1 (or 0x70E9C1) is known color: Downy. HEX triplet: 70, E9 and C1. RGB value is (112,233,193). Sum of RGB (Red+Green+Blue) = 112+233+193=538 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.82% from 538); Green value is 233 (91.41% from 255 or 43.31% from 538); Blue value is 193 (75.78% from 255 or 35.87% from 538); Max value from RGB is 233 - color contains mainly: green. Hex color #70E9C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E9C1 is #8F163E. Grayscale: #C0C0C0. Windows color (decimal): -9377343 or 12708208. OLE color: 12708208.
HSL color Cylindrical-coordinate representation of color #70E9C1: hue angle of 160.17º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70E9C1 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 112 | 233 | 193 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.09 |
| HSL | 160.17º | 0.73% | 0.68% | - |
| HSV(B) | 160.17º | 0.52% | 0.91% | - |
| XYZ | 45.45 | 65.57 | 60.71 | - |
| YUV | 192.26 | 128.41 | 70.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 233 | 193 | 0.52 | 0 | 0.17 | 0.09 | 160.17 | 0.73 | 0.68 |
| Hex | 70 | E9 | C1 | 34 | 0 | 11 | 9 | A0 | 49 | 44 |
| Octal | 160 | 351 | 301 | 64 | 0 | 21 | 11 | 240 | 111 | 104 |
| Binary | 1110000 | 11101001 | 11000001 | 110100 | 0 | 10001 | 1001 | 10100000 | 1001001 | 1000100 |
Color Harmonies of #70E9C1
Complementary color
Monochromatic Colors of #70E9C1
Black with #70E9C1
Text Example
Text Example
White with #70E9C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E9C1; }
p { color: rgb(112,233,193); }
H1.HeaderClassName
{
color: #70E9C1;
}
.AnyTagClassName
{
color: #70E9C1;
}
</style>
background-color css
<style>
a { background-color: #70E9C1; }
a { background-color: rgb(112,233,193); }
div.DivClassName
{
background-color: #70E9C1;
}
.BgClassName
{
background-color: #70E9C1;
}
</style>
border-color css
<style>
span { border-color: #70E9C1; }
span { border-color: rgb(112,233,193); }
td.TdClassName
{
border-color: #70E9C1;
}
.TagClassName
{
border-color: #70E9C1;
}
</style>