Shades of Downy #70CFBE
Tints of Downy #70CFBE
RGB
CMYK
RGB Variations
Color information
#70CFBE (or 0x70CFBE) is known color: Downy. HEX triplet: 70, CF and BE. RGB value is (112,207,190). Sum of RGB (Red+Green+Blue) = 112+207+190=509 (67% of max value = 765). Red value is 112 (44.14% from 255 or 22.00% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 190 (74.61% from 255 or 37.33% from 509); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFBE is #8F3041. Grayscale: #B0B0B0. Windows color (decimal): -9384002 or 12504944. OLE color: 12504944.
HSL color Cylindrical-coordinate representation of color #70CFBE: hue angle of 169.26º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CFBE is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 190 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.19 |
| HSL | 169.26º | 0.5% | 0.63% | - |
| HSV(B) | 169.26º | 0.46% | 0.81% | - |
| XYZ | 38.29 | 51.79 | 56.69 | - |
| YUV | 176.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 190 | 0.46 | 0 | 0.08 | 0.19 | 169.26 | 0.5 | 0.63 |
| Hex | 70 | CF | BE | 2E | 0 | 8 | 13 | A9 | 32 | 3F |
| Octal | 160 | 317 | 276 | 56 | 0 | 10 | 23 | 251 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10111110 | 101110 | 0 | 1000 | 10011 | 10101001 | 110010 | 111111 |
Color Harmonies of #70CFBE
Complementary color
Monochromatic Colors of #70CFBE
Black with #70CFBE
Text Example
Text Example
White with #70CFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFBE; }
p { color: rgb(112,207,190); }
H1.HeaderClassName
{
color: #70CFBE;
}
.AnyTagClassName
{
color: #70CFBE;
}
</style>
background-color css
<style>
a { background-color: #70CFBE; }
a { background-color: rgb(112,207,190); }
div.DivClassName
{
background-color: #70CFBE;
}
.BgClassName
{
background-color: #70CFBE;
}
</style>
border-color css
<style>
span { border-color: #70CFBE; }
span { border-color: rgb(112,207,190); }
td.TdClassName
{
border-color: #70CFBE;
}
.TagClassName
{
border-color: #70CFBE;
}
</style>