Shades of Downy #70CAC4
Tints of Downy #70CAC4
RGB
CMYK
RGB Variations
Color information
#70CAC4 (or 0x70CAC4) is known color: Downy. HEX triplet: 70, CA and C4. RGB value is (112,202,196). Sum of RGB (Red+Green+Blue) = 112+202+196=510 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.96% from 510); Green value is 202 (79.30% from 255 or 39.61% from 510); Blue value is 196 (76.95% from 255 or 38.43% from 510); Max value from RGB is 202 - color contains mainly: green. Hex color #70CAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CAC4 is #8F353B. Grayscale: #AEAEAE. Windows color (decimal): -9385276 or 12896880. OLE color: 12896880.
HSL color Cylindrical-coordinate representation of color #70CAC4: hue angle of 176º 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 #70CAC4 is Cyan = 0.45, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 196 | - |
| CMYK | 0.45 | 0 | 0.03 | 0.21 |
| HSL | 176º | 0.46% | 0.62% | - |
| HSV(B) | 176º | 0.45% | 0.79% | - |
| XYZ | 37.77 | 49.67 | 59.82 | - |
| YUV | 174.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 196 | 0.45 | 0 | 0.03 | 0.21 | 176 | 0.46 | 0.62 |
| Hex | 70 | CA | C4 | 2D | 0 | 3 | 15 | B0 | 2E | 3E |
| Octal | 160 | 312 | 304 | 55 | 0 | 3 | 25 | 260 | 56 | 76 |
| Binary | 1110000 | 11001010 | 11000100 | 101101 | 0 | 11 | 10101 | 10110000 | 101110 | 111110 |
Color Harmonies of #70CAC4
Complementary color
Monochromatic Colors of #70CAC4
Black with #70CAC4
Text Example
Text Example
White with #70CAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CAC4; }
p { color: rgb(112,202,196); }
H1.HeaderClassName
{
color: #70CAC4;
}
.AnyTagClassName
{
color: #70CAC4;
}
</style>
background-color css
<style>
a { background-color: #70CAC4; }
a { background-color: rgb(112,202,196); }
div.DivClassName
{
background-color: #70CAC4;
}
.BgClassName
{
background-color: #70CAC4;
}
</style>
border-color css
<style>
span { border-color: #70CAC4; }
span { border-color: rgb(112,202,196); }
td.TdClassName
{
border-color: #70CAC4;
}
.TagClassName
{
border-color: #70CAC4;
}
</style>