Shades of Downy #70CFCD
Tints of Downy #70CFCD
RGB
CMYK
RGB Variations
Color information
#70CFCD (or 0x70CFCD) is known color: Downy. HEX triplet: 70, CF and CD. RGB value is (112,207,205). Sum of RGB (Red+Green+Blue) = 112+207+205=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 207 (81.25% from 255 or 39.50% from 524); Blue value is 205 (80.47% from 255 or 39.12% from 524); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFCD is #8F3032. Grayscale: #B2B2B2. Windows color (decimal): -9383987 or 13487984. OLE color: 13487984.
HSL color Cylindrical-coordinate representation of color #70CFCD: hue angle of 178.74º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFCD is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 205 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.19 |
| HSL | 178.74º | 0.5% | 0.63% | - |
| HSV(B) | 178.74º | 0.46% | 0.81% | - |
| XYZ | 40.01 | 52.48 | 65.78 | - |
| YUV | 178.37 | 143.03 | 80.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 205 | 0.46 | 0 | 0.01 | 0.19 | 178.74 | 0.5 | 0.63 |
| Hex | 70 | CF | CD | 2E | 0 | 1 | 13 | B3 | 32 | 3F |
| Octal | 160 | 317 | 315 | 56 | 0 | 1 | 23 | 263 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11001101 | 101110 | 0 | 1 | 10011 | 10110011 | 110010 | 111111 |
Color Harmonies of #70CFCD
Complementary color
Monochromatic Colors of #70CFCD
Black with #70CFCD
Text Example
Text Example
White with #70CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFCD; }
p { color: rgb(112,207,205); }
H1.HeaderClassName
{
color: #70CFCD;
}
.AnyTagClassName
{
color: #70CFCD;
}
</style>
background-color css
<style>
a { background-color: #70CFCD; }
a { background-color: rgb(112,207,205); }
div.DivClassName
{
background-color: #70CFCD;
}
.BgClassName
{
background-color: #70CFCD;
}
</style>
border-color css
<style>
span { border-color: #70CFCD; }
span { border-color: rgb(112,207,205); }
td.TdClassName
{
border-color: #70CFCD;
}
.TagClassName
{
border-color: #70CFCD;
}
</style>