Shades of Downy #70D0CF
Tints of Downy #70D0CF
RGB
CMYK
RGB Variations
Color information
#70D0CF (or 0x70D0CF) is known color: Downy. HEX triplet: 70, D0 and CF. RGB value is (112,208,207). Sum of RGB (Red+Green+Blue) = 112+208+207=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 208 (81.64% from 255 or 39.47% from 527); Blue value is 207 (81.25% from 255 or 39.28% from 527); Max value from RGB is 208 - color contains mainly: green. Hex color #70D0CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D0CF is #8F2F30. Grayscale: #B3B3B3. Windows color (decimal): -9383729 or 13619312. OLE color: 13619312.
HSL color Cylindrical-coordinate representation of color #70D0CF: hue angle of 179.38º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70D0CF is Cyan = 0.46, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 112 | 208 | 207 | - |
| CMYK | 0.46 | 0 | 0.00 | 0.18 |
| HSL | 179.38º | 0.51% | 0.63% | - |
| HSV(B) | 179.38º | 0.46% | 0.82% | - |
| XYZ | 40.5 | 53.06 | 67.14 | - |
| YUV | 179.18 | 143.7 | 80.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 208 | 207 | 0.46 | 0 | 0.00 | 0.18 | 179.38 | 0.51 | 0.63 |
| Hex | 70 | D0 | CF | 2E | 0 | 0 | 12 | B3 | 33 | 3F |
| Octal | 160 | 320 | 317 | 56 | 0 | 0 | 22 | 263 | 63 | 77 |
| Binary | 1110000 | 11010000 | 11001111 | 101110 | 0 | 0 | 10010 | 10110011 | 110011 | 111111 |
Color Harmonies of #70D0CF
Complementary color
Monochromatic Colors of #70D0CF
Black with #70D0CF
Text Example
Text Example
White with #70D0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D0CF; }
p { color: rgb(112,208,207); }
H1.HeaderClassName
{
color: #70D0CF;
}
.AnyTagClassName
{
color: #70D0CF;
}
</style>
background-color css
<style>
a { background-color: #70D0CF; }
a { background-color: rgb(112,208,207); }
div.DivClassName
{
background-color: #70D0CF;
}
.BgClassName
{
background-color: #70D0CF;
}
</style>
border-color css
<style>
span { border-color: #70D0CF; }
span { border-color: rgb(112,208,207); }
td.TdClassName
{
border-color: #70D0CF;
}
.TagClassName
{
border-color: #70D0CF;
}
</style>