Shades of Downy #70CFB3
Tints of Downy #70CFB3
RGB
CMYK
RGB Variations
Color information
#70CFB3 (or 0x70CFB3) is known color: Downy. HEX triplet: 70, CF and B3. RGB value is (112,207,179). Sum of RGB (Red+Green+Blue) = 112+207+179=498 (65% of max value = 765). Red value is 112 (44.14% from 255 or 22.49% from 498); Green value is 207 (81.25% from 255 or 41.57% from 498); Blue value is 179 (70.31% from 255 or 35.94% from 498); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFB3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFB3 is #8F304C. Grayscale: #AFAFAF. Windows color (decimal): -9384013 or 11784048. OLE color: 11784048.
HSL color Cylindrical-coordinate representation of color #70CFB3: hue angle of 162.32º 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 #70CFB3 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 179 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.19 |
| HSL | 162.32º | 0.5% | 0.63% | - |
| HSV(B) | 162.32º | 0.46% | 0.81% | - |
| XYZ | 37.13 | 51.33 | 50.6 | - |
| YUV | 175.4 | 130.03 | 82.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 179 | 0.46 | 0 | 0.14 | 0.19 | 162.32 | 0.5 | 0.63 |
| Hex | 70 | CF | B3 | 2E | 0 | E | 13 | A2 | 32 | 3F |
| Octal | 160 | 317 | 263 | 56 | 0 | 16 | 23 | 242 | 62 | 77 |
| Binary | 1110000 | 11001111 | 10110011 | 101110 | 0 | 1110 | 10011 | 10100010 | 110010 | 111111 |
Color Harmonies of #70CFB3
Complementary color
Monochromatic Colors of #70CFB3
Black with #70CFB3
Text Example
Text Example
White with #70CFB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFB3; }
p { color: rgb(112,207,179); }
H1.HeaderClassName
{
color: #70CFB3;
}
.AnyTagClassName
{
color: #70CFB3;
}
</style>
background-color css
<style>
a { background-color: #70CFB3; }
a { background-color: rgb(112,207,179); }
div.DivClassName
{
background-color: #70CFB3;
}
.BgClassName
{
background-color: #70CFB3;
}
</style>
border-color css
<style>
span { border-color: #70CFB3; }
span { border-color: rgb(112,207,179); }
td.TdClassName
{
border-color: #70CFB3;
}
.TagClassName
{
border-color: #70CFB3;
}
</style>