Shades of Downy #73D1C7
Tints of Downy #73D1C7
RGB
CMYK
RGB Variations
Color information
#73D1C7 (or 0x73D1C7) is known color: Downy. HEX triplet: 73, D1 and C7. RGB value is (115,209,199). Sum of RGB (Red+Green+Blue) = 115+209+199=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 209 (82.03% from 255 or 39.96% from 523); Blue value is 199 (78.12% from 255 or 38.05% from 523); Max value from RGB is 209 - color contains mainly: green. Hex color #73D1C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D1C7 is #8C2E38. Grayscale: #B3B3B3. Windows color (decimal): -9186873 or 13095283. OLE color: 13095283.
HSL color Cylindrical-coordinate representation of color #73D1C7: hue angle of 173.62º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D1C7 is Cyan = 0.45, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 209 | 199 | - |
| CMYK | 0.45 | 0 | 0.05 | 0.18 |
| HSL | 173.62º | 0.51% | 0.64% | - |
| HSV(B) | 173.62º | 0.45% | 0.82% | - |
| XYZ | 40.18 | 53.37 | 62.22 | - |
| YUV | 179.75 | 138.86 | 81.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 209 | 199 | 0.45 | 0 | 0.05 | 0.18 | 173.62 | 0.51 | 0.64 |
| Hex | 73 | D1 | C7 | 2D | 0 | 5 | 12 | AE | 33 | 40 |
| Octal | 163 | 321 | 307 | 55 | 0 | 5 | 22 | 256 | 63 | 100 |
| Binary | 1110011 | 11010001 | 11000111 | 101101 | 0 | 101 | 10010 | 10101110 | 110011 | 1000000 |
Color Harmonies of #73D1C7
Complementary color
Monochromatic Colors of #73D1C7
Black with #73D1C7
Text Example
Text Example
White with #73D1C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D1C7; }
p { color: rgb(115,209,199); }
H1.HeaderClassName
{
color: #73D1C7;
}
.AnyTagClassName
{
color: #73D1C7;
}
</style>
background-color css
<style>
a { background-color: #73D1C7; }
a { background-color: rgb(115,209,199); }
div.DivClassName
{
background-color: #73D1C7;
}
.BgClassName
{
background-color: #73D1C7;
}
</style>
border-color css
<style>
span { border-color: #73D1C7; }
span { border-color: rgb(115,209,199); }
td.TdClassName
{
border-color: #73D1C7;
}
.TagClassName
{
border-color: #73D1C7;
}
</style>