Shades of Downy #73CDCD
Tints of Downy #73CDCD
RGB
CMYK
RGB Variations
Color information
#73CDCD (or 0x73CDCD) is known color: Downy. HEX triplet: 73, CD and CD. RGB value is (115,205,205). Sum of RGB (Red+Green+Blue) = 115+205+205=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 205 (80.47% from 255 or 39.05% from 525); Blue value is 205 (80.47% from 255 or 39.05% from 525); Max value from RGB is 205 - color contains mainly: green, blue. Hex color #73CDCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDCD is #8C3232. Grayscale: #B2B2B2. Windows color (decimal): -9187891 or 13487475. OLE color: 13487475.
HSL color Cylindrical-coordinate representation of color #73CDCD: hue angle of 180º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDCD is Cyan = 0.44, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 205 | - |
| CMYK | 0.44 | 0 | 0 | 0.20 |
| HSL | 180º | 0.47% | 0.63% | - |
| HSV(B) | 180º | 0.44% | 0.8% | - |
| XYZ | 39.92 | 51.72 | 65.64 | - |
| YUV | 178.09 | 143.18 | 83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 205 | 0.44 | 0 | 0 | 0.20 | 180 | 0.47 | 0.63 |
| Hex | 73 | CD | CD | 2C | 0 | 0 | 14 | B4 | 2F | 3F |
| Octal | 163 | 315 | 315 | 54 | 0 | 0 | 24 | 264 | 57 | 77 |
| Binary | 1110011 | 11001101 | 11001101 | 101100 | 0 | 0 | 10100 | 10110100 | 101111 | 111111 |
Color Harmonies of #73CDCD
Complementary color
Monochromatic Colors of #73CDCD
Black with #73CDCD
Text Example
Text Example
White with #73CDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDCD; }
p { color: rgb(115,205,205); }
H1.HeaderClassName
{
color: #73CDCD;
}
.AnyTagClassName
{
color: #73CDCD;
}
</style>
background-color css
<style>
a { background-color: #73CDCD; }
a { background-color: rgb(115,205,205); }
div.DivClassName
{
background-color: #73CDCD;
}
.BgClassName
{
background-color: #73CDCD;
}
</style>
border-color css
<style>
span { border-color: #73CDCD; }
span { border-color: rgb(115,205,205); }
td.TdClassName
{
border-color: #73CDCD;
}
.TagClassName
{
border-color: #73CDCD;
}
</style>