Shades of Downy #70CECB
Tints of Downy #70CECB
RGB
CMYK
RGB Variations
Color information
#70CECB (or 0x70CECB) is known color: Downy. HEX triplet: 70, CE and CB. RGB value is (112,206,203). Sum of RGB (Red+Green+Blue) = 112+206+203=521 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.50% from 521); Green value is 206 (80.86% from 255 or 39.54% from 521); Blue value is 203 (79.69% from 255 or 38.96% from 521); Max value from RGB is 206 - color contains mainly: green. Hex color #70CECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CECB is #8F3134. Grayscale: #B1B1B1. Windows color (decimal): -9384245 or 13356656. OLE color: 13356656.
HSL color Cylindrical-coordinate representation of color #70CECB: hue angle of 178.09º 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 #70CECB is Cyan = 0.46, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 203 | - |
| CMYK | 0.46 | 0 | 0.01 | 0.19 |
| HSL | 178.09º | 0.49% | 0.62% | - |
| HSV(B) | 178.09º | 0.46% | 0.81% | - |
| XYZ | 39.53 | 51.9 | 64.43 | - |
| YUV | 177.55 | 142.36 | 81.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 203 | 0.46 | 0 | 0.01 | 0.19 | 178.09 | 0.49 | 0.62 |
| Hex | 70 | CE | CB | 2E | 0 | 1 | 13 | B2 | 31 | 3E |
| Octal | 160 | 316 | 313 | 56 | 0 | 1 | 23 | 262 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11001011 | 101110 | 0 | 1 | 10011 | 10110010 | 110001 | 111110 |
Color Harmonies of #70CECB
Complementary color
Monochromatic Colors of #70CECB
Black with #70CECB
Text Example
Text Example
White with #70CECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CECB; }
p { color: rgb(112,206,203); }
H1.HeaderClassName
{
color: #70CECB;
}
.AnyTagClassName
{
color: #70CECB;
}
</style>
background-color css
<style>
a { background-color: #70CECB; }
a { background-color: rgb(112,206,203); }
div.DivClassName
{
background-color: #70CECB;
}
.BgClassName
{
background-color: #70CECB;
}
</style>
border-color css
<style>
span { border-color: #70CECB; }
span { border-color: rgb(112,206,203); }
td.TdClassName
{
border-color: #70CECB;
}
.TagClassName
{
border-color: #70CECB;
}
</style>