Shades of Downy #70E6CF
Tints of Downy #70E6CF
RGB
CMYK
RGB Variations
Color information
#70E6CF (or 0x70E6CF) is known color: Downy. HEX triplet: 70, E6 and CF. RGB value is (112,230,207). Sum of RGB (Red+Green+Blue) = 112+230+207=549 (72% of max value = 765). Red value is 112 (44.14% from 255 or 20.40% from 549); Green value is 230 (90.23% from 255 or 41.89% from 549); Blue value is 207 (81.25% from 255 or 37.70% from 549); Max value from RGB is 230 - color contains mainly: green. Hex color #70E6CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70E6CF is #8F1930. Grayscale: #C0C0C0. Windows color (decimal): -9378097 or 13624944. OLE color: 13624944.
HSL color Cylindrical-coordinate representation of color #70E6CF: hue angle of 168.31º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #70E6CF is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 112 | 230 | 207 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.10 |
| HSL | 168.31º | 0.7% | 0.67% | - |
| HSV(B) | 168.31º | 0.51% | 0.9% | - |
| XYZ | 46.24 | 64.54 | 69.05 | - |
| YUV | 192.1 | 136.41 | 70.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 230 | 207 | 0.51 | 0 | 0.10 | 0.10 | 168.31 | 0.7 | 0.67 |
| Hex | 70 | E6 | CF | 33 | 0 | A | A | A8 | 46 | 43 |
| Octal | 160 | 346 | 317 | 63 | 0 | 12 | 12 | 250 | 106 | 103 |
| Binary | 1110000 | 11100110 | 11001111 | 110011 | 0 | 1010 | 1010 | 10101000 | 1000110 | 1000011 |
Color Harmonies of #70E6CF
Complementary color
Monochromatic Colors of #70E6CF
Black with #70E6CF
Text Example
Text Example
White with #70E6CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70E6CF; }
p { color: rgb(112,230,207); }
H1.HeaderClassName
{
color: #70E6CF;
}
.AnyTagClassName
{
color: #70E6CF;
}
</style>
background-color css
<style>
a { background-color: #70E6CF; }
a { background-color: rgb(112,230,207); }
div.DivClassName
{
background-color: #70E6CF;
}
.BgClassName
{
background-color: #70E6CF;
}
</style>
border-color css
<style>
span { border-color: #70E6CF; }
span { border-color: rgb(112,230,207); }
td.TdClassName
{
border-color: #70E6CF;
}
.TagClassName
{
border-color: #70E6CF;
}
</style>