Shades of Downy #70CDCD
Tints of Downy #70CDCD
RGB
CMYK
RGB Variations
Color information
#70CDCD (or 0x70CDCD) is known color: Downy. HEX triplet: 70, CD and CD. RGB value is (112,205,205). Sum of RGB (Red+Green+Blue) = 112+205+205=522 (69% of max value = 765). Red value is 112 (44.14% from 255 or 21.46% from 522); Green value is 205 (80.47% from 255 or 39.27% from 522); Blue value is 205 (80.47% from 255 or 39.27% from 522); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #70CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #70CDCD is #8F3232. Grayscale: #B1B1B1. Windows color (decimal): -9384499 or 13487472. OLE color: 13487472.
HSL color Cylindrical-coordinate representation of color #70CDCD: hue angle of 180º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #70CDCD is Cyan = 0.45, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 112 | 205 | 205 | - |
| CMYK | 0.45 | 0 | 0 | 0.20 |
| HSL | 180º | 0.48% | 0.62% | - |
| HSV(B) | 180º | 0.45% | 0.8% | - |
| XYZ | 39.53 | 51.52 | 65.62 | - |
| YUV | 177.19 | 143.69 | 81.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 205 | 205 | 0.45 | 0 | 0 | 0.20 | 180 | 0.48 | 0.62 |
| Hex | 70 | CD | CD | 2D | 0 | 0 | 14 | B4 | 30 | 3E |
| Octal | 160 | 315 | 315 | 55 | 0 | 0 | 24 | 264 | 60 | 76 |
| Binary | 1110000 | 11001101 | 11001101 | 101101 | 0 | 0 | 10100 | 10110100 | 110000 | 111110 |
Color Harmonies of #70CDCD
Complementary color
Monochromatic Colors of #70CDCD
Black with #70CDCD
Text Example
Text Example
White with #70CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70CDCD; }
p { color: rgb(112,205,205); }
H1.HeaderClassName
{
color: #70CDCD;
}
.AnyTagClassName
{
color: #70CDCD;
}
</style>
background-color css
<style>
a { background-color: #70CDCD; }
a { background-color: rgb(112,205,205); }
div.DivClassName
{
background-color: #70CDCD;
}
.BgClassName
{
background-color: #70CDCD;
}
</style>
border-color css
<style>
span { border-color: #70CDCD; }
span { border-color: rgb(112,205,205); }
td.TdClassName
{
border-color: #70CDCD;
}
.TagClassName
{
border-color: #70CDCD;
}
</style>