Shades of Downy #70DCBF
Tints of Downy #70DCBF
RGB
CMYK
RGB Variations
Color information
#70DCBF (or 0x70DCBF) is known color: Downy. HEX triplet: 70, DC and BF. RGB value is (112,220,191). Sum of RGB (Red+Green+Blue) = 112+220+191=523 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.41% from 523); Green value is 220 (86.33% from 255 or 42.07% from 523); Blue value is 191 (75% from 255 or 36.52% from 523); Max value from RGB is 220 - color contains mainly: green. Hex color #70DCBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DCBF is #8F2340. Grayscale: #B8B8B8. Windows color (decimal): -9380673 or 12573808. OLE color: 12573808.
HSL color Cylindrical-coordinate representation of color #70DCBF: hue angle of 163.89º 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 #70DCBF is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 112 | 220 | 191 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.14 |
| HSL | 163.89º | 0.61% | 0.65% | - |
| HSV(B) | 163.89º | 0.49% | 0.86% | - |
| XYZ | 41.68 | 58.39 | 58.36 | - |
| YUV | 184.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 220 | 191 | 0.49 | 0 | 0.13 | 0.14 | 163.89 | 0.61 | 0.65 |
| Hex | 70 | DC | BF | 31 | 0 | D | E | A4 | 3D | 41 |
| Octal | 160 | 334 | 277 | 61 | 0 | 15 | 16 | 244 | 75 | 101 |
| Binary | 1110000 | 11011100 | 10111111 | 110001 | 0 | 1101 | 1110 | 10100100 | 111101 | 1000001 |
Color Harmonies of #70DCBF
Complementary color
Monochromatic Colors of #70DCBF
Black with #70DCBF
Text Example
Text Example
White with #70DCBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DCBF; }
p { color: rgb(112,220,191); }
H1.HeaderClassName
{
color: #70DCBF;
}
.AnyTagClassName
{
color: #70DCBF;
}
</style>
background-color css
<style>
a { background-color: #70DCBF; }
a { background-color: rgb(112,220,191); }
div.DivClassName
{
background-color: #70DCBF;
}
.BgClassName
{
background-color: #70DCBF;
}
</style>
border-color css
<style>
span { border-color: #70DCBF; }
span { border-color: rgb(112,220,191); }
td.TdClassName
{
border-color: #70DCBF;
}
.TagClassName
{
border-color: #70DCBF;
}
</style>