Shades of Downy #70EBC2
Tints of Downy #70EBC2
RGB
CMYK
RGB Variations
Color information
#70EBC2 (or 0x70EBC2) is known color: Downy. HEX triplet: 70, EB and C2. RGB value is (112,235,194). Sum of RGB (Red+Green+Blue) = 112+235+194=541 (71% of max value = 765). Red value is 112 (44.14% from 255 or 20.70% from 541); Green value is 235 (92.19% from 255 or 43.44% from 541); Blue value is 194 (76.17% from 255 or 35.86% from 541); Max value from RGB is 235 - color contains mainly: green. Hex color #70EBC2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #70EBC2 is #8F143D. Grayscale: #C1C1C1. Windows color (decimal): -9376830 or 12774256. OLE color: 12774256.
HSL color Cylindrical-coordinate representation of color #70EBC2: hue angle of 160º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #70EBC2 is Cyan = 0.52, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 112 | 235 | 194 | - |
| CMYK | 0.52 | 0 | 0.17 | 0.08 |
| HSL | 160º | 0.75% | 0.68% | - |
| HSV(B) | 160º | 0.52% | 0.92% | - |
| XYZ | 46.13 | 66.76 | 61.49 | - |
| YUV | 193.55 | 128.25 | 69.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 235 | 194 | 0.52 | 0 | 0.17 | 0.08 | 160 | 0.75 | 0.68 |
| Hex | 70 | EB | C2 | 34 | 0 | 11 | 8 | A0 | 4B | 44 |
| Octal | 160 | 353 | 302 | 64 | 0 | 21 | 10 | 240 | 113 | 104 |
| Binary | 1110000 | 11101011 | 11000010 | 110100 | 0 | 10001 | 1000 | 10100000 | 1001011 | 1000100 |
Color Harmonies of #70EBC2
Complementary color
Monochromatic Colors of #70EBC2
Black with #70EBC2
Text Example
Text Example
White with #70EBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70EBC2; }
p { color: rgb(112,235,194); }
H1.HeaderClassName
{
color: #70EBC2;
}
.AnyTagClassName
{
color: #70EBC2;
}
</style>
background-color css
<style>
a { background-color: #70EBC2; }
a { background-color: rgb(112,235,194); }
div.DivClassName
{
background-color: #70EBC2;
}
.BgClassName
{
background-color: #70EBC2;
}
</style>
border-color css
<style>
span { border-color: #70EBC2; }
span { border-color: rgb(112,235,194); }
td.TdClassName
{
border-color: #70EBC2;
}
.TagClassName
{
border-color: #70EBC2;
}
</style>