Shades of Downy #70DFBE
Tints of Downy #70DFBE
RGB
CMYK
RGB Variations
Color information
#70DFBE (or 0x70DFBE) is known color: Downy. HEX triplet: 70, DF and BE. RGB value is (112,223,190). Sum of RGB (Red+Green+Blue) = 112+223+190=525 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.33% from 525); Green value is 223 (87.5% from 255 or 42.48% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 223 - color contains mainly: green. Hex color #70DFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70DFBE is #8F2041. Grayscale: #BABABA. Windows color (decimal): -9379906 or 12509040. OLE color: 12509040.
HSL color Cylindrical-coordinate representation of color #70DFBE: hue angle of 162.16º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #70DFBE is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 112 | 223 | 190 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.13 |
| HSL | 162.16º | 0.63% | 0.66% | - |
| HSV(B) | 162.16º | 0.5% | 0.87% | - |
| XYZ | 42.36 | 59.94 | 58.05 | - |
| YUV | 186.05 | 130.23 | 75.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 223 | 190 | 0.50 | 0 | 0.15 | 0.13 | 162.16 | 0.63 | 0.66 |
| Hex | 70 | DF | BE | 32 | 0 | F | D | A2 | 3F | 42 |
| Octal | 160 | 337 | 276 | 62 | 0 | 17 | 15 | 242 | 77 | 102 |
| Binary | 1110000 | 11011111 | 10111110 | 110010 | 0 | 1111 | 1101 | 10100010 | 111111 | 1000010 |
Color Harmonies of #70DFBE
Complementary color
Monochromatic Colors of #70DFBE
Black with #70DFBE
Text Example
Text Example
White with #70DFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70DFBE; }
p { color: rgb(112,223,190); }
H1.HeaderClassName
{
color: #70DFBE;
}
.AnyTagClassName
{
color: #70DFBE;
}
</style>
background-color css
<style>
a { background-color: #70DFBE; }
a { background-color: rgb(112,223,190); }
div.DivClassName
{
background-color: #70DFBE;
}
.BgClassName
{
background-color: #70DFBE;
}
</style>
border-color css
<style>
span { border-color: #70DFBE; }
span { border-color: rgb(112,223,190); }
td.TdClassName
{
border-color: #70DFBE;
}
.TagClassName
{
border-color: #70DFBE;
}
</style>