Shades of Downy #73DDCD
Tints of Downy #73DDCD
RGB
CMYK
RGB Variations
Color information
#73DDCD (or 0x73DDCD) is known color: Downy. HEX triplet: 73, DD and CD. RGB value is (115,221,205). Sum of RGB (Red+Green+Blue) = 115+221+205=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 221 (86.72% from 255 or 40.85% from 541); Blue value is 205 (80.47% from 255 or 37.89% from 541); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DDCD is #8C2232. Grayscale: #BBBBBB. Windows color (decimal): -9183795 or 13491571. OLE color: 13491571.
HSL color Cylindrical-coordinate representation of color #73DDCD: hue angle of 170.94º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DDCD is Cyan = 0.48, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 205 | - |
| CMYK | 0.48 | 0 | 0.07 | 0.13 |
| HSL | 170.94º | 0.61% | 0.66% | - |
| HSV(B) | 170.94º | 0.48% | 0.87% | - |
| XYZ | 43.95 | 59.77 | 66.98 | - |
| YUV | 187.48 | 137.88 | 76.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 205 | 0.48 | 0 | 0.07 | 0.13 | 170.94 | 0.61 | 0.66 |
| Hex | 73 | DD | CD | 30 | 0 | 7 | D | AB | 3D | 42 |
| Octal | 163 | 335 | 315 | 60 | 0 | 7 | 15 | 253 | 75 | 102 |
| Binary | 1110011 | 11011101 | 11001101 | 110000 | 0 | 111 | 1101 | 10101011 | 111101 | 1000010 |
Color Harmonies of #73DDCD
Complementary color
Monochromatic Colors of #73DDCD
Black with #73DDCD
Text Example
Text Example
White with #73DDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDCD; }
p { color: rgb(115,221,205); }
H1.HeaderClassName
{
color: #73DDCD;
}
.AnyTagClassName
{
color: #73DDCD;
}
</style>
background-color css
<style>
a { background-color: #73DDCD; }
a { background-color: rgb(115,221,205); }
div.DivClassName
{
background-color: #73DDCD;
}
.BgClassName
{
background-color: #73DDCD;
}
</style>
border-color css
<style>
span { border-color: #73DDCD; }
span { border-color: rgb(115,221,205); }
td.TdClassName
{
border-color: #73DDCD;
}
.TagClassName
{
border-color: #73DDCD;
}
</style>