Shades of Downy #70CABB
Tints of Downy #70CABB
RGB
CMYK
RGB Variations
Color information
#70CABB (or 0x70CABB) is known color: Downy. HEX triplet: 70, CA and BB. RGB value is (112,202,187). Sum of RGB (Red+Green+Blue) = 112+202+187=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 202 (79.30% from 255 or 40.32% from 501); Blue value is 187 (73.44% from 255 or 37.33% from 501); Max value from RGB is 202 - color contains mainly: green. Hex color #70CABB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CABB is #8F3544. Grayscale: #ADADAD. Windows color (decimal): -9385285 or 12307056. OLE color: 12307056.
HSL color Cylindrical-coordinate representation of color #70CABB: hue angle of 170º 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 #70CABB is Cyan = 0.45, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 112 | 202 | 187 | - |
| CMYK | 0.45 | 0 | 0.07 | 0.21 |
| HSL | 170º | 0.46% | 0.62% | - |
| HSV(B) | 170º | 0.45% | 0.79% | - |
| XYZ | 36.77 | 49.27 | 54.59 | - |
| YUV | 173.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 202 | 187 | 0.45 | 0 | 0.07 | 0.21 | 170 | 0.46 | 0.62 |
| Hex | 70 | CA | BB | 2D | 0 | 7 | 15 | AA | 2E | 3E |
| Octal | 160 | 312 | 273 | 55 | 0 | 7 | 25 | 252 | 56 | 76 |
| Binary | 1110000 | 11001010 | 10111011 | 101101 | 0 | 111 | 10101 | 10101010 | 101110 | 111110 |
Color Harmonies of #70CABB
Complementary color
Monochromatic Colors of #70CABB
Black with #70CABB
Text Example
Text Example
White with #70CABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CABB; }
p { color: rgb(112,202,187); }
H1.HeaderClassName
{
color: #70CABB;
}
.AnyTagClassName
{
color: #70CABB;
}
</style>
background-color css
<style>
a { background-color: #70CABB; }
a { background-color: rgb(112,202,187); }
div.DivClassName
{
background-color: #70CABB;
}
.BgClassName
{
background-color: #70CABB;
}
</style>
border-color css
<style>
span { border-color: #70CABB; }
span { border-color: rgb(112,202,187); }
td.TdClassName
{
border-color: #70CABB;
}
.TagClassName
{
border-color: #70CABB;
}
</style>