Shades of Downy #70DCBD
Tints of Downy #70DCBD
RGB
CMYK
RGB Variations
Color information
#70DCBD (or 0x70DCBD) is known color: Downy. HEX triplet: 70, DC and BD. RGB value is (112,220,189). Sum of RGB (Red+Green+Blue) = 112+220+189=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 189 (74.22% from 255 or 36.28% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCBD is #8F2342. Grayscale: #B8B8B8. Windows color (decimal): -9380675 or 12442736. OLE color: 12442736.
HSL color Cylindrical-coordinate representation of color #70DCBD: hue angle of 162.78º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #70DCBD is Cyan = 0.49, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 189 | - |
| CMYK | 0.49 | 0 | 0.14 | 0.14 |
| HSL | 162.78º | 0.61% | 0.65% | - |
| HSV(B) | 162.78º | 0.49% | 0.86% | - |
| XYZ | 41.46 | 58.31 | 57.21 | - |
| YUV | 184.17 | 130.72 | 76.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 189 | 0.49 | 0 | 0.14 | 0.14 | 162.78 | 0.61 | 0.65 |
| Hex | 70 | DC | BD | 31 | 0 | E | E | A3 | 3D | 41 |
| Octal | 160 | 334 | 275 | 61 | 0 | 16 | 16 | 243 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10111101 | 110001 | 0 | 1110 | 1110 | 10100011 | 111101 | 1000001 |
Color Harmonies of #70DCBD
Complementary color
Monochromatic Colors of #70DCBD
Black with #70DCBD
Text Example
Text Example
White with #70DCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCBD; }
p { color: rgb(112,220,189); }
H1.HeaderClassName
{
color: #70DCBD;
}
.AnyTagClassName
{
color: #70DCBD;
}
</style>
background-color css
<style>
a { background-color: #70DCBD; }
a { background-color: rgb(112,220,189); }
div.DivClassName
{
background-color: #70DCBD;
}
.BgClassName
{
background-color: #70DCBD;
}
</style>
border-color css
<style>
span { border-color: #70DCBD; }
span { border-color: rgb(112,220,189); }
td.TdClassName
{
border-color: #70DCBD;
}
.TagClassName
{
border-color: #70DCBD;
}
</style>