Shades of Downy #70CECE
Tints of Downy #70CECE
RGB
CMYK
RGB Variations
Color information
#70CECE (or 0x70CECE) is known color: Downy. HEX triplet: 70, CE and CE. RGB value is (112,206,206). Sum of RGB (Red+Green+Blue) = 112+206+206=524 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.37% from 524); Green value is 206 (80.86% from 255 or 39.31% from 524); Blue value is 206 (80.86% from 255 or 39.31% from 524); Max value from RGB is 206 - color contains mainly: green, blue. Hex color #70CECE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CECE is #8F3131. Grayscale: #B1B1B1. Windows color (decimal): -9384242 or 13553264. OLE color: 13553264.
HSL color Cylindrical-coordinate representation of color #70CECE: hue angle of 180º 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 #70CECE is Cyan = 0.46, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 112 | 206 | 206 | - |
| CMYK | 0.46 | 0 | 0 | 0.19 |
| HSL | 180º | 0.49% | 0.62% | - |
| HSV(B) | 180º | 0.46% | 0.81% | - |
| XYZ | 39.89 | 52.04 | 66.34 | - |
| YUV | 177.89 | 143.86 | 81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 206 | 206 | 0.46 | 0 | 0 | 0.19 | 180 | 0.49 | 0.62 |
| Hex | 70 | CE | CE | 2E | 0 | 0 | 13 | B4 | 31 | 3E |
| Octal | 160 | 316 | 316 | 56 | 0 | 0 | 23 | 264 | 61 | 76 |
| Binary | 1110000 | 11001110 | 11001110 | 101110 | 0 | 0 | 10011 | 10110100 | 110001 | 111110 |
Color Harmonies of #70CECE
Complementary color
Monochromatic Colors of #70CECE
Black with #70CECE
Text Example
Text Example
White with #70CECE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CECE; }
p { color: rgb(112,206,206); }
H1.HeaderClassName
{
color: #70CECE;
}
.AnyTagClassName
{
color: #70CECE;
}
</style>
background-color css
<style>
a { background-color: #70CECE; }
a { background-color: rgb(112,206,206); }
div.DivClassName
{
background-color: #70CECE;
}
.BgClassName
{
background-color: #70CECE;
}
</style>
border-color css
<style>
span { border-color: #70CECE; }
span { border-color: rgb(112,206,206); }
td.TdClassName
{
border-color: #70CECE;
}
.TagClassName
{
border-color: #70CECE;
}
</style>