Shades of Downy #73D9CC
Tints of Downy #73D9CC
RGB
CMYK
RGB Variations
Color information
#73D9CC (or 0x73D9CC) is known color: Downy. HEX triplet: 73, D9 and CC. RGB value is (115,217,204). Sum of RGB (Red+Green+Blue) = 115+217+204=536 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.46% from 536); Green value is 217 (85.16% from 255 or 40.49% from 536); Blue value is 204 (80.08% from 255 or 38.06% from 536); Max value from RGB is 217 - color contains mainly: green. Hex color #73D9CC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D9CC is #8C2633. Grayscale: #B8B8B8. Windows color (decimal): -9184820 or 13425011. OLE color: 13425011.
HSL color Cylindrical-coordinate representation of color #73D9CC: hue angle of 172.35º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73D9CC is Cyan = 0.47, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 115 | 217 | 204 | - |
| CMYK | 0.47 | 0 | 0.06 | 0.15 |
| HSL | 172.35º | 0.57% | 0.65% | - |
| HSV(B) | 172.35º | 0.47% | 0.85% | - |
| XYZ | 42.78 | 57.63 | 66 | - |
| YUV | 185.02 | 138.71 | 78.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 217 | 204 | 0.47 | 0 | 0.06 | 0.15 | 172.35 | 0.57 | 0.65 |
| Hex | 73 | D9 | CC | 2F | 0 | 6 | F | AC | 39 | 41 |
| Octal | 163 | 331 | 314 | 57 | 0 | 6 | 17 | 254 | 71 | 101 |
| Binary | 1110011 | 11011001 | 11001100 | 101111 | 0 | 110 | 1111 | 10101100 | 111001 | 1000001 |
Color Harmonies of #73D9CC
Complementary color
Monochromatic Colors of #73D9CC
Black with #73D9CC
Text Example
Text Example
White with #73D9CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D9CC; }
p { color: rgb(115,217,204); }
H1.HeaderClassName
{
color: #73D9CC;
}
.AnyTagClassName
{
color: #73D9CC;
}
</style>
background-color css
<style>
a { background-color: #73D9CC; }
a { background-color: rgb(115,217,204); }
div.DivClassName
{
background-color: #73D9CC;
}
.BgClassName
{
background-color: #73D9CC;
}
</style>
border-color css
<style>
span { border-color: #73D9CC; }
span { border-color: rgb(115,217,204); }
td.TdClassName
{
border-color: #73D9CC;
}
.TagClassName
{
border-color: #73D9CC;
}
</style>