Shades of Downy #70CECC
Tints of Downy #70CECC
RGB
CMYK
RGB Variations
Color information
#70CECC (or 0x70CECC) is known color: Downy. HEX triplet: 70, CE and CC. RGB value is (112,206,204). Sum of RGB (Red+Green+Blue) = 112+206+204=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 206 (80.86% from 255 or 39.46% from 522); Blue value is 204 (80.08% from 255 or 39.08% from 522); Max value from RGB is 206 - color contains mainly: green. Hex color #70CECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CECC is #8F3133. Grayscale: #B1B1B1. Windows color (decimal): -9384244 or 13422192. OLE color: 13422192.
HSL color Cylindrical-coordinate representation of color #70CECC: hue angle of 178.72º 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 #70CECC is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 204 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.19 |
| HSL | 178.72º | 0.49% | 0.62% | - |
| HSV(B) | 178.72º | 0.46% | 0.81% | - |
| XYZ | 39.65 | 51.95 | 65.06 | - |
| YUV | 177.67 | 142.86 | 81.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 204 | 0.46 | 0 | 0.01 | 0.19 | 178.72 | 0.49 | 0.62 |
| Hex | 70 | CE | CC | 2E | 0 | 1 | 13 | B3 | 31 | 3E |
| Octal | 160 | 316 | 314 | 56 | 0 | 1 | 23 | 263 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11001100 | 101110 | 0 | 1 | 10011 | 10110011 | 110001 | 111110 |
Color Harmonies of #70CECC
Complementary color
Monochromatic Colors of #70CECC
Black with #70CECC
Text Example
Text Example
White with #70CECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CECC; }
p { color: rgb(112,206,204); }
H1.HeaderClassName
{
color: #70CECC;
}
.AnyTagClassName
{
color: #70CECC;
}
</style>
background-color css
<style>
a { background-color: #70CECC; }
a { background-color: rgb(112,206,204); }
div.DivClassName
{
background-color: #70CECC;
}
.BgClassName
{
background-color: #70CECC;
}
</style>
border-color css
<style>
span { border-color: #70CECC; }
span { border-color: rgb(112,206,204); }
td.TdClassName
{
border-color: #70CECC;
}
.TagClassName
{
border-color: #70CECC;
}
</style>