Shades of Downy #70C4BD
Tints of Downy #70C4BD
RGB
CMYK
RGB Variations
Color information
#70C4BD (or 0x70C4BD) is known color: Downy. HEX triplet: 70, C4 and BD. RGB value is (112,196,189). Sum of RGB (Red+Green+Blue) = 112+196+189=497 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.54% from 497); Green value is 196 (76.95% from 255 or 39.44% from 497); Blue value is 189 (74.22% from 255 or 38.03% from 497); Max value from RGB is 196 - color contains mainly: green. Hex color #70C4BD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70C4BD is #8F3B42. Grayscale: #AAAAAA. Windows color (decimal): -9386819 or 12436592. OLE color: 12436592.
HSL color Cylindrical-coordinate representation of color #70C4BD: hue angle of 175º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #70C4BD is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 112 | 196 | 189 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.23 |
| HSL | 175º | 0.42% | 0.6% | - |
| HSV(B) | 175º | 0.43% | 0.77% | - |
| XYZ | 35.61 | 46.6 | 55.26 | - |
| YUV | 170.09 | 138.67 | 86.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 196 | 189 | 0.43 | 0 | 0.04 | 0.23 | 175 | 0.42 | 0.6 |
| Hex | 70 | C4 | BD | 2B | 0 | 4 | 17 | AF | 2A | 3C |
| Octal | 160 | 304 | 275 | 53 | 0 | 4 | 27 | 257 | 52 | 74 |
| Binary | 1110000 | 11000100 | 10111101 | 101011 | 0 | 100 | 10111 | 10101111 | 101010 | 111100 |
Color Harmonies of #70C4BD
Complementary color
Monochromatic Colors of #70C4BD
Black with #70C4BD
Text Example
Text Example
White with #70C4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70C4BD; }
p { color: rgb(112,196,189); }
H1.HeaderClassName
{
color: #70C4BD;
}
.AnyTagClassName
{
color: #70C4BD;
}
</style>
background-color css
<style>
a { background-color: #70C4BD; }
a { background-color: rgb(112,196,189); }
div.DivClassName
{
background-color: #70C4BD;
}
.BgClassName
{
background-color: #70C4BD;
}
</style>
border-color css
<style>
span { border-color: #70C4BD; }
span { border-color: rgb(112,196,189); }
td.TdClassName
{
border-color: #70C4BD;
}
.TagClassName
{
border-color: #70C4BD;
}
</style>