Shades of Downy #70DFCE
Tints of Downy #70DFCE
RGB
CMYK
RGB Variations
Color information
#70DFCE (or 0x70DFCE) is known color: Downy. HEX triplet: 70, DF and CE. RGB value is (112,223,206). Sum of RGB (Red+Green+Blue) = 112+223+206=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 223 (87.5% from 255 or 41.22% from 541); Blue value is 206 (80.86% from 255 or 38.08% from 541); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFCE is #8F2031. Grayscale: #BBBBBB. Windows color (decimal): -9379890 or 13557616. OLE color: 13557616.
HSL color Cylindrical-coordinate representation of color #70DFCE: hue angle of 170.81º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFCE is Cyan = 0.50, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 206 | - |
| CMYK | 0.50 | 0 | 0.08 | 0.13 |
| HSL | 170.81º | 0.63% | 0.66% | - |
| HSV(B) | 170.81º | 0.5% | 0.87% | - |
| XYZ | 44.21 | 60.68 | 67.77 | - |
| YUV | 187.87 | 138.23 | 73.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 206 | 0.50 | 0 | 0.08 | 0.13 | 170.81 | 0.63 | 0.66 |
| Hex | 70 | DF | CE | 32 | 0 | 8 | D | AB | 3F | 42 |
| Octal | 160 | 337 | 316 | 62 | 0 | 10 | 15 | 253 | 77 | 102 |
| Binary | 1110000 | 11011111 | 11001110 | 110010 | 0 | 1000 | 1101 | 10101011 | 111111 | 1000010 |
Color Harmonies of #70DFCE
Complementary color
Monochromatic Colors of #70DFCE
Black with #70DFCE
Text Example
Text Example
White with #70DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFCE; }
p { color: rgb(112,223,206); }
H1.HeaderClassName
{
color: #70DFCE;
}
.AnyTagClassName
{
color: #70DFCE;
}
</style>
background-color css
<style>
a { background-color: #70DFCE; }
a { background-color: rgb(112,223,206); }
div.DivClassName
{
background-color: #70DFCE;
}
.BgClassName
{
background-color: #70DFCE;
}
</style>
border-color css
<style>
span { border-color: #70DFCE; }
span { border-color: rgb(112,223,206); }
td.TdClassName
{
border-color: #70DFCE;
}
.TagClassName
{
border-color: #70DFCE;
}
</style>