Shades of Downy #73DDBE
Tints of Downy #73DDBE
RGB
CMYK
RGB Variations
Color information
#73DDBE (or 0x73DDBE) is known color: Downy. HEX triplet: 73, DD and BE. RGB value is (115,221,190). Sum of RGB (Red+Green+Blue) = 115+221+190=526 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.86% from 526); Green value is 221 (86.72% from 255 or 42.02% from 526); Blue value is 190 (74.61% from 255 or 36.12% from 526); Max value from RGB is 221 - color contains mainly: green. Hex color #73DDBE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DDBE is #8C2241. Grayscale: #B9B9B9. Windows color (decimal): -9183810 or 12508531. OLE color: 12508531.
HSL color Cylindrical-coordinate representation of color #73DDBE: hue angle of 162.45º degrees, saturation: 0.61, 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 #73DDBE is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 221 | 190 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.13 |
| HSL | 162.45º | 0.61% | 0.66% | - |
| HSV(B) | 162.45º | 0.48% | 0.87% | - |
| XYZ | 42.22 | 59.08 | 57.89 | - |
| YUV | 185.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 221 | 190 | 0.48 | 0 | 0.14 | 0.13 | 162.45 | 0.61 | 0.66 |
| Hex | 73 | DD | BE | 30 | 0 | E | D | A2 | 3D | 42 |
| Octal | 163 | 335 | 276 | 60 | 0 | 16 | 15 | 242 | 75 | 102 |
| Binary | 1110011 | 11011101 | 10111110 | 110000 | 0 | 1110 | 1101 | 10100010 | 111101 | 1000010 |
Color Harmonies of #73DDBE
Complementary color
Monochromatic Colors of #73DDBE
Black with #73DDBE
Text Example
Text Example
White with #73DDBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DDBE; }
p { color: rgb(115,221,190); }
H1.HeaderClassName
{
color: #73DDBE;
}
.AnyTagClassName
{
color: #73DDBE;
}
</style>
background-color css
<style>
a { background-color: #73DDBE; }
a { background-color: rgb(115,221,190); }
div.DivClassName
{
background-color: #73DDBE;
}
.BgClassName
{
background-color: #73DDBE;
}
</style>
border-color css
<style>
span { border-color: #73DDBE; }
span { border-color: rgb(115,221,190); }
td.TdClassName
{
border-color: #73DDBE;
}
.TagClassName
{
border-color: #73DDBE;
}
</style>