Shades of Downy #70F0B5
Tints of Downy #70F0B5
RGB
CMYK
RGB Variations
Color information
#70F0B5 (or 0x70F0B5) is known color: Downy. HEX triplet: 70, F0 and B5. RGB value is (112,240,181). Sum of RGB (Red+Green+Blue) = 112+240+181=533 (70% of max value = 765). Red value is 112 (44.14% from 255 or 21.01% from 533); Green value is 240 (94.14% from 255 or 45.03% from 533); Blue value is 181 (71.09% from 255 or 33.96% from 533); Max value from RGB is 240 - color contains mainly: green. Hex color #70F0B5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70F0B5 is #8F0F4A. Grayscale: #C3C3C3. Windows color (decimal): -9375563 or 11923568. OLE color: 11923568.
HSL color Cylindrical-coordinate representation of color #70F0B5: hue angle of 152.34º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #70F0B5 is Cyan = 0.53, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 112 | 240 | 181 | - |
| CMYK | 0.53 | 0 | 0.25 | 0.06 |
| HSL | 152.34º | 0.81% | 0.69% | - |
| HSV(B) | 152.34º | 0.53% | 0.94% | - |
| XYZ | 46.18 | 69.1 | 54.62 | - |
| YUV | 195 | 120.09 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 240 | 181 | 0.53 | 0 | 0.25 | 0.06 | 152.34 | 0.81 | 0.69 |
| Hex | 70 | F0 | B5 | 35 | 0 | 19 | 6 | 98 | 51 | 45 |
| Octal | 160 | 360 | 265 | 65 | 0 | 31 | 6 | 230 | 121 | 105 |
| Binary | 1110000 | 11110000 | 10110101 | 110101 | 0 | 11001 | 110 | 10011000 | 1010001 | 1000101 |
Color Harmonies of #70F0B5
Complementary color
Monochromatic Colors of #70F0B5
Black with #70F0B5
Text Example
Text Example
White with #70F0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70F0B5; }
p { color: rgb(112,240,181); }
H1.HeaderClassName
{
color: #70F0B5;
}
.AnyTagClassName
{
color: #70F0B5;
}
</style>
background-color css
<style>
a { background-color: #70F0B5; }
a { background-color: rgb(112,240,181); }
div.DivClassName
{
background-color: #70F0B5;
}
.BgClassName
{
background-color: #70F0B5;
}
</style>
border-color css
<style>
span { border-color: #70F0B5; }
span { border-color: rgb(112,240,181); }
td.TdClassName
{
border-color: #70F0B5;
}
.TagClassName
{
border-color: #70F0B5;
}
</style>