Shades of Downy #70D7CF
Tints of Downy #70D7CF
RGB
CMYK
RGB Variations
Color information
#70D7CF (or 0x70D7CF) is known color: Downy. HEX triplet: 70, D7 and CF. RGB value is (112,215,207). Sum of RGB (Red+Green+Blue) = 112+215+207=534 (70% of max value = 765). Red value is 112 (44.14% from 255 or 20.97% from 534); Green value is 215 (84.38% from 255 or 40.26% from 534); Blue value is 207 (81.25% from 255 or 38.76% from 534); Max value from RGB is 215 - color contains mainly: green. Hex color #70D7CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D7CF is #8F2830. Grayscale: #B7B7B7. Windows color (decimal): -9381937 or 13621104. OLE color: 13621104.
HSL color Cylindrical-coordinate representation of color #70D7CF: hue angle of 175.34º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #70D7CF is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 215 | 207 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.16 |
| HSL | 175.34º | 0.56% | 0.64% | - |
| HSV(B) | 175.34º | 0.48% | 0.84% | - |
| XYZ | 42.25 | 56.55 | 67.72 | - |
| YUV | 183.29 | 141.38 | 77.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 215 | 207 | 0.48 | 0 | 0.04 | 0.16 | 175.34 | 0.56 | 0.64 |
| Hex | 70 | D7 | CF | 30 | 0 | 4 | 10 | AF | 38 | 40 |
| Octal | 160 | 327 | 317 | 60 | 0 | 4 | 20 | 257 | 70 | 100 |
| Binary | 1110000 | 11010111 | 11001111 | 110000 | 0 | 100 | 10000 | 10101111 | 111000 | 1000000 |
Color Harmonies of #70D7CF
Complementary color
Monochromatic Colors of #70D7CF
Black with #70D7CF
Text Example
Text Example
White with #70D7CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D7CF; }
p { color: rgb(112,215,207); }
H1.HeaderClassName
{
color: #70D7CF;
}
.AnyTagClassName
{
color: #70D7CF;
}
</style>
background-color css
<style>
a { background-color: #70D7CF; }
a { background-color: rgb(112,215,207); }
div.DivClassName
{
background-color: #70D7CF;
}
.BgClassName
{
background-color: #70D7CF;
}
</style>
border-color css
<style>
span { border-color: #70D7CF; }
span { border-color: rgb(112,215,207); }
td.TdClassName
{
border-color: #70D7CF;
}
.TagClassName
{
border-color: #70D7CF;
}
</style>