Shades of Downy #73CDC7
Tints of Downy #73CDC7
RGB
CMYK
RGB Variations
Color information
#73CDC7 (or 0x73CDC7) is known color: Downy. HEX triplet: 73, CD and C7. RGB value is (115,205,199). Sum of RGB (Red+Green+Blue) = 115+205+199=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 205 (80.47% from 255 or 39.50% from 519); Blue value is 199 (78.12% from 255 or 38.34% from 519); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDC7 is #8C3238. Grayscale: #B1B1B1. Windows color (decimal): -9187897 or 13094259. OLE color: 13094259.
HSL color Cylindrical-coordinate representation of color #73CDC7: hue angle of 176º 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 #73CDC7 is Cyan = 0.44, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 199 | - |
| CMYK | 0.44 | 0 | 0.03 | 0.20 |
| HSL | 176º | 0.47% | 0.63% | - |
| HSV(B) | 176º | 0.44% | 0.8% | - |
| XYZ | 39.21 | 51.43 | 61.89 | - |
| YUV | 177.41 | 140.18 | 83.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 199 | 0.44 | 0 | 0.03 | 0.20 | 176 | 0.47 | 0.63 |
| Hex | 73 | CD | C7 | 2C | 0 | 3 | 14 | B0 | 2F | 3F |
| Octal | 163 | 315 | 307 | 54 | 0 | 3 | 24 | 260 | 57 | 77 |
| Binary | 1110011 | 11001101 | 11000111 | 101100 | 0 | 11 | 10100 | 10110000 | 101111 | 111111 |
Color Harmonies of #73CDC7
Complementary color
Monochromatic Colors of #73CDC7
Black with #73CDC7
Text Example
Text Example
White with #73CDC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDC7; }
p { color: rgb(115,205,199); }
H1.HeaderClassName
{
color: #73CDC7;
}
.AnyTagClassName
{
color: #73CDC7;
}
</style>
background-color css
<style>
a { background-color: #73CDC7; }
a { background-color: rgb(115,205,199); }
div.DivClassName
{
background-color: #73CDC7;
}
.BgClassName
{
background-color: #73CDC7;
}
</style>
border-color css
<style>
span { border-color: #73CDC7; }
span { border-color: rgb(115,205,199); }
td.TdClassName
{
border-color: #73CDC7;
}
.TagClassName
{
border-color: #73CDC7;
}
</style>