Shades of Downy #70DECA
Tints of Downy #70DECA
RGB
CMYK
RGB Variations
Color information
#70DECA (or 0x70DECA) is known color: Downy. HEX triplet: 70, DE and CA. RGB value is (112,222,202). Sum of RGB (Red+Green+Blue) = 112+222+202=536 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.90% from 536); Green value is 222 (87.11% from 255 or 41.42% from 536); Blue value is 202 (79.30% from 255 or 37.69% from 536); Max value from RGB is 222 - color contains mainly: green. Hex color #70DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DECA is #8F2135. Grayscale: #BABABA. Windows color (decimal): -9380150 or 13295216. OLE color: 13295216.
HSL color Cylindrical-coordinate representation of color #70DECA: hue angle of 169.09º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DECA is Cyan = 0.50, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 222 | 202 | - |
| CMYK | 0.50 | 0 | 0.09 | 0.13 |
| HSL | 169.09º | 0.63% | 0.65% | - |
| HSV(B) | 169.09º | 0.5% | 0.87% | - |
| XYZ | 43.46 | 59.95 | 65.16 | - |
| YUV | 186.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 222 | 202 | 0.50 | 0 | 0.09 | 0.13 | 169.09 | 0.63 | 0.65 |
| Hex | 70 | DE | CA | 32 | 0 | 9 | D | A9 | 3E | 41 |
| Octal | 160 | 336 | 312 | 62 | 0 | 11 | 15 | 251 | 76 | 101 |
| Binary | 1110000 | 11011110 | 11001010 | 110010 | 0 | 1001 | 1101 | 10101001 | 111110 | 1000001 |
Color Harmonies of #70DECA
Complementary color
Monochromatic Colors of #70DECA
Black with #70DECA
Text Example
Text Example
White with #70DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DECA; }
p { color: rgb(112,222,202); }
H1.HeaderClassName
{
color: #70DECA;
}
.AnyTagClassName
{
color: #70DECA;
}
</style>
background-color css
<style>
a { background-color: #70DECA; }
a { background-color: rgb(112,222,202); }
div.DivClassName
{
background-color: #70DECA;
}
.BgClassName
{
background-color: #70DECA;
}
</style>
border-color css
<style>
span { border-color: #70DECA; }
span { border-color: rgb(112,222,202); }
td.TdClassName
{
border-color: #70DECA;
}
.TagClassName
{
border-color: #70DECA;
}
</style>