Shades of Downy #70D6CB
Tints of Downy #70D6CB
RGB
CMYK
RGB Variations
Color information
#70D6CB (or 0x70D6CB) is known color: Downy. HEX triplet: 70, D6 and CB. RGB value is (112,214,203). Sum of RGB (Red+Green+Blue) = 112+214+203=529 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.17% from 529); Green value is 214 (83.98% from 255 or 40.45% from 529); Blue value is 203 (79.69% from 255 or 38.37% from 529); Max value from RGB is 214 - color contains mainly: green. Hex color #70D6CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D6CB is #8F2934. Grayscale: #B6B6B6. Windows color (decimal): -9382197 or 13358704. OLE color: 13358704.
HSL color Cylindrical-coordinate representation of color #70D6CB: hue angle of 173.53º degrees, saturation: 0.55, 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 #70D6CB is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 214 | 203 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.16 |
| HSL | 173.53º | 0.55% | 0.64% | - |
| HSV(B) | 173.53º | 0.48% | 0.84% | - |
| XYZ | 41.51 | 55.85 | 65.09 | - |
| YUV | 182.25 | 139.71 | 77.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 214 | 203 | 0.48 | 0 | 0.05 | 0.16 | 173.53 | 0.55 | 0.64 |
| Hex | 70 | D6 | CB | 30 | 0 | 5 | 10 | AE | 37 | 40 |
| Octal | 160 | 326 | 313 | 60 | 0 | 5 | 20 | 256 | 67 | 100 |
| Binary | 1110000 | 11010110 | 11001011 | 110000 | 0 | 101 | 10000 | 10101110 | 110111 | 1000000 |
Color Harmonies of #70D6CB
Complementary color
Monochromatic Colors of #70D6CB
Black with #70D6CB
Text Example
Text Example
White with #70D6CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D6CB; }
p { color: rgb(112,214,203); }
H1.HeaderClassName
{
color: #70D6CB;
}
.AnyTagClassName
{
color: #70D6CB;
}
</style>
background-color css
<style>
a { background-color: #70D6CB; }
a { background-color: rgb(112,214,203); }
div.DivClassName
{
background-color: #70D6CB;
}
.BgClassName
{
background-color: #70D6CB;
}
</style>
border-color css
<style>
span { border-color: #70D6CB; }
span { border-color: rgb(112,214,203); }
td.TdClassName
{
border-color: #70D6CB;
}
.TagClassName
{
border-color: #70D6CB;
}
</style>