Shades of Downy #70CFC4
Tints of Downy #70CFC4
RGB
CMYK
RGB Variations
Color information
#70CFC4 (or 0x70CFC4) is known color: Downy. HEX triplet: 70, CF and C4. RGB value is (112,207,196). Sum of RGB (Red+Green+Blue) = 112+207+196=515 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.75% from 515); Green value is 207 (81.25% from 255 or 40.19% from 515); Blue value is 196 (76.95% from 255 or 38.06% from 515); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC4 is #8F303B. Grayscale: #B1B1B1. Windows color (decimal): -9383996 or 12898160. OLE color: 12898160.
HSL color Cylindrical-coordinate representation of color #70CFC4: hue angle of 173.05º 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 #70CFC4 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 196 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.19 |
| HSL | 173.05º | 0.5% | 0.63% | - |
| HSV(B) | 173.05º | 0.46% | 0.81% | - |
| XYZ | 38.96 | 52.06 | 60.22 | - |
| YUV | 177.34 | 138.53 | 81.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 196 | 0.46 | 0 | 0.05 | 0.19 | 173.05 | 0.5 | 0.63 |
| Hex | 70 | CF | C4 | 2E | 0 | 5 | 13 | AD | 32 | 3F |
| Octal | 160 | 317 | 304 | 56 | 0 | 5 | 23 | 255 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11000100 | 101110 | 0 | 101 | 10011 | 10101101 | 110010 | 111111 |
Color Harmonies of #70CFC4
Complementary color
Monochromatic Colors of #70CFC4
Black with #70CFC4
Text Example
Text Example
White with #70CFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFC4; }
p { color: rgb(112,207,196); }
H1.HeaderClassName
{
color: #70CFC4;
}
.AnyTagClassName
{
color: #70CFC4;
}
</style>
background-color css
<style>
a { background-color: #70CFC4; }
a { background-color: rgb(112,207,196); }
div.DivClassName
{
background-color: #70CFC4;
}
.BgClassName
{
background-color: #70CFC4;
}
</style>
border-color css
<style>
span { border-color: #70CFC4; }
span { border-color: rgb(112,207,196); }
td.TdClassName
{
border-color: #70CFC4;
}
.TagClassName
{
border-color: #70CFC4;
}
</style>