Shades of Downy #73DFB5
Tints of Downy #73DFB5
RGB
CMYK
RGB Variations
Color information
#73DFB5 (or 0x73DFB5) is known color: Downy. HEX triplet: 73, DF and B5. RGB value is (115,223,181). Sum of RGB (Red+Green+Blue) = 115+223+181=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 223 (87.5% from 255 or 42.97% from 519); Blue value is 181 (71.09% from 255 or 34.87% from 519); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFB5 is #8C204A. Grayscale: #B9B9B9. Windows color (decimal): -9183307 or 11919219. OLE color: 11919219.
HSL color Cylindrical-coordinate representation of color #73DFB5: hue angle of 156.67º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DFB5 is Cyan = 0.48, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 181 | - |
| CMYK | 0.48 | 0 | 0.19 | 0.13 |
| HSL | 156.67º | 0.63% | 0.66% | - |
| HSV(B) | 156.67º | 0.48% | 0.87% | - |
| XYZ | 41.8 | 59.76 | 53.05 | - |
| YUV | 185.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 181 | 0.48 | 0 | 0.19 | 0.13 | 156.67 | 0.63 | 0.66 |
| Hex | 73 | DF | B5 | 30 | 0 | 13 | D | 9D | 3F | 42 |
| Octal | 163 | 337 | 265 | 60 | 0 | 23 | 15 | 235 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10110101 | 110000 | 0 | 10011 | 1101 | 10011101 | 111111 | 1000010 |
Color Harmonies of #73DFB5
Complementary color
Monochromatic Colors of #73DFB5
Black with #73DFB5
Text Example
Text Example
White with #73DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFB5; }
p { color: rgb(115,223,181); }
H1.HeaderClassName
{
color: #73DFB5;
}
.AnyTagClassName
{
color: #73DFB5;
}
</style>
background-color css
<style>
a { background-color: #73DFB5; }
a { background-color: rgb(115,223,181); }
div.DivClassName
{
background-color: #73DFB5;
}
.BgClassName
{
background-color: #73DFB5;
}
</style>
border-color css
<style>
span { border-color: #73DFB5; }
span { border-color: rgb(115,223,181); }
td.TdClassName
{
border-color: #73DFB5;
}
.TagClassName
{
border-color: #73DFB5;
}
</style>