Shades of Downy #70CEC9
Tints of Downy #70CEC9
RGB
CMYK
RGB Variations
Color information
#70CEC9 (or 0x70CEC9) is known color: Downy. HEX triplet: 70, CE and C9. RGB value is (112,206,201). Sum of RGB (Red+Green+Blue) = 112+206+201=519 (68% of max value = 765). Red value is 112 (44.14% from 255 or 21.58% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 201 (78.91% from 255 or 38.73% from 519); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEC9 is #8F3136. Grayscale: #B1B1B1. Windows color (decimal): -9384247 or 13225584. OLE color: 13225584.
HSL color Cylindrical-coordinate representation of color #70CEC9: hue angle of 176.81º 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 #70CEC9 is Cyan = 0.46, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 201 | - |
| CMYK | 0.46 | 0 | 0.02 | 0.19 |
| HSL | 176.81º | 0.49% | 0.62% | - |
| HSV(B) | 176.81º | 0.46% | 0.81% | - |
| XYZ | 39.3 | 51.8 | 63.19 | - |
| YUV | 177.32 | 141.36 | 81.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 201 | 0.46 | 0 | 0.02 | 0.19 | 176.81 | 0.49 | 0.62 |
| Hex | 70 | CE | C9 | 2E | 0 | 2 | 13 | B1 | 31 | 3E |
| Octal | 160 | 316 | 311 | 56 | 0 | 2 | 23 | 261 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11001001 | 101110 | 0 | 10 | 10011 | 10110001 | 110001 | 111110 |
Color Harmonies of #70CEC9
Complementary color
Monochromatic Colors of #70CEC9
Black with #70CEC9
Text Example
Text Example
White with #70CEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEC9; }
p { color: rgb(112,206,201); }
H1.HeaderClassName
{
color: #70CEC9;
}
.AnyTagClassName
{
color: #70CEC9;
}
</style>
background-color css
<style>
a { background-color: #70CEC9; }
a { background-color: rgb(112,206,201); }
div.DivClassName
{
background-color: #70CEC9;
}
.BgClassName
{
background-color: #70CEC9;
}
</style>
border-color css
<style>
span { border-color: #70CEC9; }
span { border-color: rgb(112,206,201); }
td.TdClassName
{
border-color: #70CEC9;
}
.TagClassName
{
border-color: #70CEC9;
}
</style>