Shades of Downy #73D5C5
Tints of Downy #73D5C5
RGB
CMYK
RGB Variations
Color information
#73D5C5 (or 0x73D5C5) is known color: Downy. HEX triplet: 73, D5 and C5. RGB value is (115,213,197). Sum of RGB (Red+Green+Blue) = 115+213+197=525 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.90% from 525); Green value is 213 (83.59% from 255 or 40.57% from 525); Blue value is 197 (77.34% from 255 or 37.52% from 525); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5C5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5C5 is #8C2A3A. Grayscale: #B5B5B5. Windows color (decimal): -9185851 or 12965235. OLE color: 12965235.
HSL color Cylindrical-coordinate representation of color #73D5C5: hue angle of 170.2º 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 #73D5C5 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 197 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.16 |
| HSL | 170.2º | 0.54% | 0.64% | - |
| HSV(B) | 170.2º | 0.46% | 0.84% | - |
| XYZ | 40.94 | 55.26 | 61.33 | - |
| YUV | 181.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 197 | 0.46 | 0 | 0.08 | 0.16 | 170.2 | 0.54 | 0.64 |
| Hex | 73 | D5 | C5 | 2E | 0 | 8 | 10 | AA | 36 | 40 |
| Octal | 163 | 325 | 305 | 56 | 0 | 10 | 20 | 252 | 66 | 100 |
| Binary | 1110011 | 11010101 | 11000101 | 101110 | 0 | 1000 | 10000 | 10101010 | 110110 | 1000000 |
Color Harmonies of #73D5C5
Complementary color
Monochromatic Colors of #73D5C5
Black with #73D5C5
Text Example
Text Example
White with #73D5C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5C5; }
p { color: rgb(115,213,197); }
H1.HeaderClassName
{
color: #73D5C5;
}
.AnyTagClassName
{
color: #73D5C5;
}
</style>
background-color css
<style>
a { background-color: #73D5C5; }
a { background-color: rgb(115,213,197); }
div.DivClassName
{
background-color: #73D5C5;
}
.BgClassName
{
background-color: #73D5C5;
}
</style>
border-color css
<style>
span { border-color: #73D5C5; }
span { border-color: rgb(115,213,197); }
td.TdClassName
{
border-color: #73D5C5;
}
.TagClassName
{
border-color: #73D5C5;
}
</style>