Shades of Downy #73DFBA
Tints of Downy #73DFBA
RGB
CMYK
RGB Variations
Color information
#73DFBA (or 0x73DFBA) is known color: Downy. HEX triplet: 73, DF and BA. RGB value is (115,223,186). Sum of RGB (Red+Green+Blue) = 115+223+186=524 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.95% from 524); Green value is 223 (87.5% from 255 or 42.56% from 524); Blue value is 186 (73.05% from 255 or 35.50% from 524); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFBA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFBA is #8C2045. Grayscale: #BABABA. Windows color (decimal): -9183302 or 12246899. OLE color: 12246899.
HSL color Cylindrical-coordinate representation of color #73DFBA: hue angle of 159.44º 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 #73DFBA is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 186 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.13 |
| HSL | 159.44º | 0.63% | 0.66% | - |
| HSV(B) | 159.44º | 0.48% | 0.87% | - |
| XYZ | 42.32 | 59.97 | 55.8 | - |
| YUV | 186.49 | 127.72 | 77.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 186 | 0.48 | 0 | 0.17 | 0.13 | 159.44 | 0.63 | 0.66 |
| Hex | 73 | DF | BA | 30 | 0 | 11 | D | 9F | 3F | 42 |
| Octal | 163 | 337 | 272 | 60 | 0 | 21 | 15 | 237 | 77 | 102 |
| Binary | 1110011 | 11011111 | 10111010 | 110000 | 0 | 10001 | 1101 | 10011111 | 111111 | 1000010 |
Color Harmonies of #73DFBA
Complementary color
Monochromatic Colors of #73DFBA
Black with #73DFBA
Text Example
Text Example
White with #73DFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFBA; }
p { color: rgb(115,223,186); }
H1.HeaderClassName
{
color: #73DFBA;
}
.AnyTagClassName
{
color: #73DFBA;
}
</style>
background-color css
<style>
a { background-color: #73DFBA; }
a { background-color: rgb(115,223,186); }
div.DivClassName
{
background-color: #73DFBA;
}
.BgClassName
{
background-color: #73DFBA;
}
</style>
border-color css
<style>
span { border-color: #73DFBA; }
span { border-color: rgb(115,223,186); }
td.TdClassName
{
border-color: #73DFBA;
}
.TagClassName
{
border-color: #73DFBA;
}
</style>