Shades of Downy #70CEC6
Tints of Downy #70CEC6
RGB
CMYK
RGB Variations
Color information
#70CEC6 (or 0x70CEC6) is known color: Downy. HEX triplet: 70, CE and C6. RGB value is (112,206,198). Sum of RGB (Red+Green+Blue) = 112+206+198=516 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.71% from 516); Green value is 206 (80.86% from 255 or 39.92% from 516); Blue value is 198 (77.73% from 255 or 38.37% from 516); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC6 is #8F3139. Grayscale: #B0B0B0. Windows color (decimal): -9384250 or 13028976. OLE color: 13028976.
HSL color Cylindrical-coordinate representation of color #70CEC6: hue angle of 174.89º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #70CEC6 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 198 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.19 |
| HSL | 174.89º | 0.49% | 0.62% | - |
| HSV(B) | 174.89º | 0.46% | 0.81% | - |
| XYZ | 38.95 | 51.66 | 61.35 | - |
| YUV | 176.98 | 139.86 | 81.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 198 | 0.46 | 0 | 0.04 | 0.19 | 174.89 | 0.49 | 0.62 |
| Hex | 70 | CE | C6 | 2E | 0 | 4 | 13 | AF | 31 | 3E |
| Octal | 160 | 316 | 306 | 56 | 0 | 4 | 23 | 257 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11000110 | 101110 | 0 | 100 | 10011 | 10101111 | 110001 | 111110 |
Color Harmonies of #70CEC6
Complementary color
Monochromatic Colors of #70CEC6
Black with #70CEC6
Text Example
Text Example
White with #70CEC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEC6; }
p { color: rgb(112,206,198); }
H1.HeaderClassName
{
color: #70CEC6;
}
.AnyTagClassName
{
color: #70CEC6;
}
</style>
background-color css
<style>
a { background-color: #70CEC6; }
a { background-color: rgb(112,206,198); }
div.DivClassName
{
background-color: #70CEC6;
}
.BgClassName
{
background-color: #70CEC6;
}
</style>
border-color css
<style>
span { border-color: #70CEC6; }
span { border-color: rgb(112,206,198); }
td.TdClassName
{
border-color: #70CEC6;
}
.TagClassName
{
border-color: #70CEC6;
}
</style>