Shades of Downy #70CABC
Tints of Downy #70CABC
RGB
CMYK
RGB Variations
Color information
#70CABC (or 0x70CABC) is known color: Downy. HEX triplet: 70, CA and BC. RGB value is (112,202,188). Sum of RGB (Red+Green+Blue) = 112+202+188=502 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.31% from 502); Green value is 202 (79.30% from 255 or 40.24% from 502); Blue value is 188 (73.83% from 255 or 37.45% from 502); Max value from RGB is 202 - color contains mainly: green. Hex color #70CABC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CABC is #8F3543. Grayscale: #ADADAD. Windows color (decimal): -9385284 or 12372592. OLE color: 12372592.
HSL color Cylindrical-coordinate representation of color #70CABC: hue angle of 170.67º 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 #70CABC is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 188 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.21 |
| HSL | 170.67º | 0.46% | 0.62% | - |
| HSV(B) | 170.67º | 0.45% | 0.79% | - |
| XYZ | 36.88 | 49.32 | 55.15 | - |
| YUV | 173.49 | 136.18 | 84.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 188 | 0.45 | 0 | 0.07 | 0.21 | 170.67 | 0.46 | 0.62 |
| Hex | 70 | CA | BC | 2D | 0 | 7 | 15 | AB | 2E | 3E |
| Octal | 160 | 312 | 274 | 55 | 0 | 7 | 25 | 253 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10111100 | 101101 | 0 | 111 | 10101 | 10101011 | 101110 | 111110 |
Color Harmonies of #70CABC
Complementary color
Monochromatic Colors of #70CABC
Black with #70CABC
Text Example
Text Example
White with #70CABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CABC; }
p { color: rgb(112,202,188); }
H1.HeaderClassName
{
color: #70CABC;
}
.AnyTagClassName
{
color: #70CABC;
}
</style>
background-color css
<style>
a { background-color: #70CABC; }
a { background-color: rgb(112,202,188); }
div.DivClassName
{
background-color: #70CABC;
}
.BgClassName
{
background-color: #70CABC;
}
</style>
border-color css
<style>
span { border-color: #70CABC; }
span { border-color: rgb(112,202,188); }
td.TdClassName
{
border-color: #70CABC;
}
.TagClassName
{
border-color: #70CABC;
}
</style>