Shades of Downy #70CEB6
Tints of Downy #70CEB6
RGB
CMYK
RGB Variations
Color information
#70CEB6 (or 0x70CEB6) is known color: Downy. HEX triplet: 70, CE and B6. RGB value is (112,206,182). Sum of RGB (Red+Green+Blue) = 112+206+182=500 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.4% from 500); Green value is 206 (80.86% from 255 or 41.2% from 500); Blue value is 182 (71.48% from 255 or 36.4% from 500); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB6 is #8F3149. Grayscale: #AFAFAF. Windows color (decimal): -9384266 or 11980400. OLE color: 11980400.
HSL color Cylindrical-coordinate representation of color #70CEB6: hue angle of 164.68º 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 #70CEB6 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 182 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.19 |
| HSL | 164.68º | 0.49% | 0.62% | - |
| HSV(B) | 164.68º | 0.46% | 0.81% | - |
| XYZ | 37.2 | 50.96 | 52.13 | - |
| YUV | 175.16 | 131.86 | 82.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 182 | 0.46 | 0 | 0.12 | 0.19 | 164.68 | 0.49 | 0.62 |
| Hex | 70 | CE | B6 | 2E | 0 | C | 13 | A5 | 31 | 3E |
| Octal | 160 | 316 | 266 | 56 | 0 | 14 | 23 | 245 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10110110 | 101110 | 0 | 1100 | 10011 | 10100101 | 110001 | 111110 |
Color Harmonies of #70CEB6
Complementary color
Monochromatic Colors of #70CEB6
Black with #70CEB6
Text Example
Text Example
White with #70CEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEB6; }
p { color: rgb(112,206,182); }
H1.HeaderClassName
{
color: #70CEB6;
}
.AnyTagClassName
{
color: #70CEB6;
}
</style>
background-color css
<style>
a { background-color: #70CEB6; }
a { background-color: rgb(112,206,182); }
div.DivClassName
{
background-color: #70CEB6;
}
.BgClassName
{
background-color: #70CEB6;
}
</style>
border-color css
<style>
span { border-color: #70CEB6; }
span { border-color: rgb(112,206,182); }
td.TdClassName
{
border-color: #70CEB6;
}
.TagClassName
{
border-color: #70CEB6;
}
</style>