Shades of Downy #70D5CA
Tints of Downy #70D5CA
RGB
CMYK
RGB Variations
Color information
#70D5CA (or 0x70D5CA) is known color: Downy. HEX triplet: 70, D5 and CA. RGB value is (112,213,202). Sum of RGB (Red+Green+Blue) = 112+213+202=527 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.25% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 202 (79.30% from 255 or 38.33% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #70D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70D5CA is #8F2A35. Grayscale: #B5B5B5. Windows color (decimal): -9382454 or 13292912. OLE color: 13292912.
HSL color Cylindrical-coordinate representation of color #70D5CA: hue angle of 173.47º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #70D5CA is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 112 | 213 | 202 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.16 |
| HSL | 173.47º | 0.55% | 0.64% | - |
| HSV(B) | 173.47º | 0.47% | 0.84% | - |
| XYZ | 41.14 | 55.3 | 64.38 | - |
| YUV | 181.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 213 | 202 | 0.47 | 0 | 0.05 | 0.16 | 173.47 | 0.55 | 0.64 |
| Hex | 70 | D5 | CA | 2F | 0 | 5 | 10 | AD | 37 | 40 |
| Octal | 160 | 325 | 312 | 57 | 0 | 5 | 20 | 255 | 67 | 100 |
| Binary | 1110000 | 11010101 | 11001010 | 101111 | 0 | 101 | 10000 | 10101101 | 110111 | 1000000 |
Color Harmonies of #70D5CA
Complementary color
Monochromatic Colors of #70D5CA
Black with #70D5CA
Text Example
Text Example
White with #70D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70D5CA; }
p { color: rgb(112,213,202); }
H1.HeaderClassName
{
color: #70D5CA;
}
.AnyTagClassName
{
color: #70D5CA;
}
</style>
background-color css
<style>
a { background-color: #70D5CA; }
a { background-color: rgb(112,213,202); }
div.DivClassName
{
background-color: #70D5CA;
}
.BgClassName
{
background-color: #70D5CA;
}
</style>
border-color css
<style>
span { border-color: #70D5CA; }
span { border-color: rgb(112,213,202); }
td.TdClassName
{
border-color: #70D5CA;
}
.TagClassName
{
border-color: #70D5CA;
}
</style>