Shades of Downy #73D5C7
Tints of Downy #73D5C7
RGB
CMYK
RGB Variations
Color information
#73D5C7 (or 0x73D5C7) is known color: Downy. HEX triplet: 73, D5 and C7. RGB value is (115,213,199). Sum of RGB (Red+Green+Blue) = 115+213+199=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 213 (83.59% from 255 or 40.42% from 527); Blue value is 199 (78.12% from 255 or 37.76% from 527); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5C7 is #8C2A38. Grayscale: #B6B6B6. Windows color (decimal): -9185849 or 13096307. OLE color: 13096307.
HSL color Cylindrical-coordinate representation of color #73D5C7: hue angle of 171.43º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5C7 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 199 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.16 |
| HSL | 171.43º | 0.54% | 0.64% | - |
| HSV(B) | 171.43º | 0.46% | 0.84% | - |
| XYZ | 41.17 | 55.36 | 62.55 | - |
| YUV | 182.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 199 | 0.46 | 0 | 0.07 | 0.16 | 171.43 | 0.54 | 0.64 |
| Hex | 73 | D5 | C7 | 2E | 0 | 7 | 10 | AB | 36 | 40 |
| Octal | 163 | 325 | 307 | 56 | 0 | 7 | 20 | 253 | 66 | 100 |
| Binary | 1110011 | 11010101 | 11000111 | 101110 | 0 | 111 | 10000 | 10101011 | 110110 | 1000000 |
Color Harmonies of #73D5C7
Complementary color
Monochromatic Colors of #73D5C7
Black with #73D5C7
Text Example
Text Example
White with #73D5C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5C7; }
p { color: rgb(115,213,199); }
H1.HeaderClassName
{
color: #73D5C7;
}
.AnyTagClassName
{
color: #73D5C7;
}
</style>
background-color css
<style>
a { background-color: #73D5C7; }
a { background-color: rgb(115,213,199); }
div.DivClassName
{
background-color: #73D5C7;
}
.BgClassName
{
background-color: #73D5C7;
}
</style>
border-color css
<style>
span { border-color: #73D5C7; }
span { border-color: rgb(115,213,199); }
td.TdClassName
{
border-color: #73D5C7;
}
.TagClassName
{
border-color: #73D5C7;
}
</style>