Shades of Downy #70CEC3
Tints of Downy #70CEC3
RGB
CMYK
RGB Variations
Color information
#70CEC3 (or 0x70CEC3) is known color: Downy. HEX triplet: 70, CE and C3. RGB value is (112,206,195). Sum of RGB (Red+Green+Blue) = 112+206+195=513 (67% of max value = 765). Red value is 112 (44.14% from 255 or 21.83% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 195 (76.56% from 255 or 38.01% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC3 is #8F313C. Grayscale: #B0B0B0. Windows color (decimal): -9384253 or 12832368. OLE color: 12832368.
HSL color Cylindrical-coordinate representation of color #70CEC3: hue angle of 172.98º 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 #70CEC3 is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 195 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.19 |
| HSL | 172.98º | 0.49% | 0.62% | - |
| HSV(B) | 172.98º | 0.46% | 0.81% | - |
| XYZ | 38.6 | 51.53 | 59.54 | - |
| YUV | 176.64 | 138.36 | 81.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 195 | 0.46 | 0 | 0.05 | 0.19 | 172.98 | 0.49 | 0.62 |
| Hex | 70 | CE | C3 | 2E | 0 | 5 | 13 | AD | 31 | 3E |
| Octal | 160 | 316 | 303 | 56 | 0 | 5 | 23 | 255 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11000011 | 101110 | 0 | 101 | 10011 | 10101101 | 110001 | 111110 |
Color Harmonies of #70CEC3
Complementary color
Monochromatic Colors of #70CEC3
Black with #70CEC3
Text Example
Text Example
White with #70CEC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEC3; }
p { color: rgb(112,206,195); }
H1.HeaderClassName
{
color: #70CEC3;
}
.AnyTagClassName
{
color: #70CEC3;
}
</style>
background-color css
<style>
a { background-color: #70CEC3; }
a { background-color: rgb(112,206,195); }
div.DivClassName
{
background-color: #70CEC3;
}
.BgClassName
{
background-color: #70CEC3;
}
</style>
border-color css
<style>
span { border-color: #70CEC3; }
span { border-color: rgb(112,206,195); }
td.TdClassName
{
border-color: #70CEC3;
}
.TagClassName
{
border-color: #70CEC3;
}
</style>