Shades of Downy #70DDCF
Tints of Downy #70DDCF
RGB
CMYK
RGB Variations
Color information
#70DDCF (or 0x70DDCF) is known color: Downy. HEX triplet: 70, DD and CF. RGB value is (112,221,207). Sum of RGB (Red+Green+Blue) = 112+221+207=540 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.74% from 540); Green value is 221 (86.72% from 255 or 40.93% from 540); Blue value is 207 (81.25% from 255 or 38.33% from 540); Max value from RGB is 221 - color contains mainly: green. Hex color #70DDCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DDCF is #8F2230. Grayscale: #BABABA. Windows color (decimal): -9380401 or 13622640. OLE color: 13622640.
HSL color Cylindrical-coordinate representation of color #70DDCF: hue angle of 172.29º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DDCF is Cyan = 0.49, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 221 | 207 | - |
| CMYK | 0.49 | 0 | 0.06 | 0.13 |
| HSL | 172.29º | 0.62% | 0.65% | - |
| HSV(B) | 172.29º | 0.49% | 0.87% | - |
| XYZ | 43.8 | 59.66 | 68.24 | - |
| YUV | 186.81 | 139.39 | 74.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 221 | 207 | 0.49 | 0 | 0.06 | 0.13 | 172.29 | 0.62 | 0.65 |
| Hex | 70 | DD | CF | 31 | 0 | 6 | D | AC | 3E | 41 |
| Octal | 160 | 335 | 317 | 61 | 0 | 6 | 15 | 254 | 76 | 101 |
| Binary | 1110000 | 11011101 | 11001111 | 110001 | 0 | 110 | 1101 | 10101100 | 111110 | 1000001 |
Color Harmonies of #70DDCF
Complementary color
Monochromatic Colors of #70DDCF
Black with #70DDCF
Text Example
Text Example
White with #70DDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DDCF; }
p { color: rgb(112,221,207); }
H1.HeaderClassName
{
color: #70DDCF;
}
.AnyTagClassName
{
color: #70DDCF;
}
</style>
background-color css
<style>
a { background-color: #70DDCF; }
a { background-color: rgb(112,221,207); }
div.DivClassName
{
background-color: #70DDCF;
}
.BgClassName
{
background-color: #70DDCF;
}
</style>
border-color css
<style>
span { border-color: #70DDCF; }
span { border-color: rgb(112,221,207); }
td.TdClassName
{
border-color: #70DDCF;
}
.TagClassName
{
border-color: #70DDCF;
}
</style>