Shades of Downy #70CDC2
Tints of Downy #70CDC2
RGB
CMYK
RGB Variations
Color information
#70CDC2 (or 0x70CDC2) is known color: Downy. HEX triplet: 70, CD and C2. RGB value is (112,205,194). Sum of RGB (Red+Green+Blue) = 112+205+194=511 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.92% from 511); Green value is 205 (80.47% from 255 or 40.12% from 511); Blue value is 194 (76.17% from 255 or 37.96% from 511); Max value from RGB is 205 - color contains mainly: green. Hex color #70CDC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDC2 is #8F323D. Grayscale: #AFAFAF. Windows color (decimal): -9384510 or 12766576. OLE color: 12766576.
HSL color Cylindrical-coordinate representation of color #70CDC2: hue angle of 172.9º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDC2 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 194 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.20 |
| HSL | 172.9º | 0.48% | 0.62% | - |
| HSV(B) | 172.9º | 0.45% | 0.8% | - |
| XYZ | 38.25 | 51 | 58.87 | - |
| YUV | 175.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 194 | 0.45 | 0 | 0.05 | 0.20 | 172.9 | 0.48 | 0.62 |
| Hex | 70 | CD | C2 | 2D | 0 | 5 | 14 | AD | 30 | 3E |
| Octal | 160 | 315 | 302 | 55 | 0 | 5 | 24 | 255 | 60 | 76 |
| Binary | 1110000 | 11001101 | 11000010 | 101101 | 0 | 101 | 10100 | 10101101 | 110000 | 111110 |
Color Harmonies of #70CDC2
Complementary color
Monochromatic Colors of #70CDC2
Black with #70CDC2
Text Example
Text Example
White with #70CDC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDC2; }
p { color: rgb(112,205,194); }
H1.HeaderClassName
{
color: #70CDC2;
}
.AnyTagClassName
{
color: #70CDC2;
}
</style>
background-color css
<style>
a { background-color: #70CDC2; }
a { background-color: rgb(112,205,194); }
div.DivClassName
{
background-color: #70CDC2;
}
.BgClassName
{
background-color: #70CDC2;
}
</style>
border-color css
<style>
span { border-color: #70CDC2; }
span { border-color: rgb(112,205,194); }
td.TdClassName
{
border-color: #70CDC2;
}
.TagClassName
{
border-color: #70CDC2;
}
</style>