Shades of Downy #70CFC9
Tints of Downy #70CFC9
RGB
CMYK
RGB Variations
Color information
#70CFC9 (or 0x70CFC9) is known color: Downy. HEX triplet: 70, CF and C9. RGB value is (112,207,201). Sum of RGB (Red+Green+Blue) = 112+207+201=520 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.54% from 520); Green value is 207 (81.25% from 255 or 39.81% from 520); Blue value is 201 (78.91% from 255 or 38.65% from 520); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC9 is #8F3036. Grayscale: #B1B1B1. Windows color (decimal): -9383991 or 13225840. OLE color: 13225840.
HSL color Cylindrical-coordinate representation of color #70CFC9: hue angle of 176.21º 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 #70CFC9 is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 201 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.19 |
| HSL | 176.21º | 0.5% | 0.63% | - |
| HSV(B) | 176.21º | 0.46% | 0.81% | - |
| XYZ | 39.54 | 52.29 | 63.27 | - |
| YUV | 177.91 | 141.03 | 80.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 201 | 0.46 | 0 | 0.03 | 0.19 | 176.21 | 0.5 | 0.63 |
| Hex | 70 | CF | C9 | 2E | 0 | 3 | 13 | B0 | 32 | 3F |
| Octal | 160 | 317 | 311 | 56 | 0 | 3 | 23 | 260 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11001001 | 101110 | 0 | 11 | 10011 | 10110000 | 110010 | 111111 |
Color Harmonies of #70CFC9
Complementary color
Monochromatic Colors of #70CFC9
Black with #70CFC9
Text Example
Text Example
White with #70CFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFC9; }
p { color: rgb(112,207,201); }
H1.HeaderClassName
{
color: #70CFC9;
}
.AnyTagClassName
{
color: #70CFC9;
}
</style>
background-color css
<style>
a { background-color: #70CFC9; }
a { background-color: rgb(112,207,201); }
div.DivClassName
{
background-color: #70CFC9;
}
.BgClassName
{
background-color: #70CFC9;
}
</style>
border-color css
<style>
span { border-color: #70CFC9; }
span { border-color: rgb(112,207,201); }
td.TdClassName
{
border-color: #70CFC9;
}
.TagClassName
{
border-color: #70CFC9;
}
</style>