Shades of Downy #70CAC0
Tints of Downy #70CAC0
RGB
CMYK
RGB Variations
Color information
#70CAC0 (or 0x70CAC0) is known color: Downy. HEX triplet: 70, CA and C0. RGB value is (112,202,192). Sum of RGB (Red+Green+Blue) = 112+202+192=506 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.13% from 506); Green value is 202 (79.30% from 255 or 39.92% from 506); Blue value is 192 (75.39% from 255 or 37.94% from 506); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAC0 is #8F353F. Grayscale: #ADADAD. Windows color (decimal): -9385280 or 12634736. OLE color: 12634736.
HSL color Cylindrical-coordinate representation of color #70CAC0: hue angle of 173.33º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CAC0 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 192 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.21 |
| HSL | 173.33º | 0.46% | 0.62% | - |
| HSV(B) | 173.33º | 0.45% | 0.79% | - |
| XYZ | 37.32 | 49.49 | 57.46 | - |
| YUV | 173.95 | 138.18 | 83.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 192 | 0.45 | 0 | 0.05 | 0.21 | 173.33 | 0.46 | 0.62 |
| Hex | 70 | CA | C0 | 2D | 0 | 5 | 15 | AD | 2E | 3E |
| Octal | 160 | 312 | 300 | 55 | 0 | 5 | 25 | 255 | 56 | 76 |
| Binary | 1110000 | 11001010 | 11000000 | 101101 | 0 | 101 | 10101 | 10101101 | 101110 | 111110 |
Color Harmonies of #70CAC0
Complementary color
Monochromatic Colors of #70CAC0
Black with #70CAC0
Text Example
Text Example
White with #70CAC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CAC0; }
p { color: rgb(112,202,192); }
H1.HeaderClassName
{
color: #70CAC0;
}
.AnyTagClassName
{
color: #70CAC0;
}
</style>
background-color css
<style>
a { background-color: #70CAC0; }
a { background-color: rgb(112,202,192); }
div.DivClassName
{
background-color: #70CAC0;
}
.BgClassName
{
background-color: #70CAC0;
}
</style>
border-color css
<style>
span { border-color: #70CAC0; }
span { border-color: rgb(112,202,192); }
td.TdClassName
{
border-color: #70CAC0;
}
.TagClassName
{
border-color: #70CAC0;
}
</style>