Shades of Downy #70CFC2
Tints of Downy #70CFC2
RGB
CMYK
RGB Variations
Color information
#70CFC2 (or 0x70CFC2) is known color: Downy. HEX triplet: 70, CF and C2. RGB value is (112,207,194). Sum of RGB (Red+Green+Blue) = 112+207+194=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 194 (76.17% from 255 or 37.82% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #70CFC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CFC2 is #8F303D. Grayscale: #B1B1B1. Windows color (decimal): -9383998 or 12767088. OLE color: 12767088.
HSL color Cylindrical-coordinate representation of color #70CFC2: hue angle of 171.79º 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 #70CFC2 is Cyan = 0.46, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 207 | 194 | - |
| CMYK | 0.46 | 0 | 0.06 | 0.19 |
| HSL | 171.79º | 0.5% | 0.63% | - |
| HSV(B) | 171.79º | 0.46% | 0.81% | - |
| XYZ | 38.73 | 51.97 | 59.03 | - |
| YUV | 177.11 | 137.53 | 81.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 207 | 194 | 0.46 | 0 | 0.06 | 0.19 | 171.79 | 0.5 | 0.63 |
| Hex | 70 | CF | C2 | 2E | 0 | 6 | 13 | AC | 32 | 3F |
| Octal | 160 | 317 | 302 | 56 | 0 | 6 | 23 | 254 | 62 | 77 |
| Binary | 1110000 | 11001111 | 11000010 | 101110 | 0 | 110 | 10011 | 10101100 | 110010 | 111111 |
Color Harmonies of #70CFC2
Complementary color
Monochromatic Colors of #70CFC2
Black with #70CFC2
Text Example
Text Example
White with #70CFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CFC2; }
p { color: rgb(112,207,194); }
H1.HeaderClassName
{
color: #70CFC2;
}
.AnyTagClassName
{
color: #70CFC2;
}
</style>
background-color css
<style>
a { background-color: #70CFC2; }
a { background-color: rgb(112,207,194); }
div.DivClassName
{
background-color: #70CFC2;
}
.BgClassName
{
background-color: #70CFC2;
}
</style>
border-color css
<style>
span { border-color: #70CFC2; }
span { border-color: rgb(112,207,194); }
td.TdClassName
{
border-color: #70CFC2;
}
.TagClassName
{
border-color: #70CFC2;
}
</style>