Shades of Downy #70CEB7
Tints of Downy #70CEB7
RGB
CMYK
RGB Variations
Color information
#70CEB7 (or 0x70CEB7) is known color: Downy. HEX triplet: 70, CE and B7. RGB value is (112,206,183). Sum of RGB (Red+Green+Blue) = 112+206+183=501 (66% of max value = 765). Red value is 112 (44.14% from 255 or 22.36% from 501); Green value is 206 (80.86% from 255 or 41.12% from 501); Blue value is 183 (71.88% from 255 or 36.53% from 501); Max value from RGB is 206 - color contains mainly: green. Hex color #70CEB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CEB7 is #8F3148. Grayscale: #AFAFAF. Windows color (decimal): -9384265 or 12045936. OLE color: 12045936.
HSL color Cylindrical-coordinate representation of color #70CEB7: hue angle of 165.32º 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 #70CEB7 is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 183 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.19 |
| HSL | 165.32º | 0.49% | 0.62% | - |
| HSV(B) | 165.32º | 0.46% | 0.81% | - |
| XYZ | 37.3 | 51.01 | 52.68 | - |
| YUV | 175.27 | 132.36 | 82.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 183 | 0.46 | 0 | 0.11 | 0.19 | 165.32 | 0.49 | 0.62 |
| Hex | 70 | CE | B7 | 2E | 0 | B | 13 | A5 | 31 | 3E |
| Octal | 160 | 316 | 267 | 56 | 0 | 13 | 23 | 245 | 61 | 76 |
| Binary | 1110000 | 11001110 | 10110111 | 101110 | 0 | 1011 | 10011 | 10100101 | 110001 | 111110 |
Color Harmonies of #70CEB7
Complementary color
Monochromatic Colors of #70CEB7
Black with #70CEB7
Text Example
Text Example
White with #70CEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CEB7; }
p { color: rgb(112,206,183); }
H1.HeaderClassName
{
color: #70CEB7;
}
.AnyTagClassName
{
color: #70CEB7;
}
</style>
background-color css
<style>
a { background-color: #70CEB7; }
a { background-color: rgb(112,206,183); }
div.DivClassName
{
background-color: #70CEB7;
}
.BgClassName
{
background-color: #70CEB7;
}
</style>
border-color css
<style>
span { border-color: #70CEB7; }
span { border-color: rgb(112,206,183); }
td.TdClassName
{
border-color: #70CEB7;
}
.TagClassName
{
border-color: #70CEB7;
}
</style>