Shades of Downy #73D3BE
Tints of Downy #73D3BE
RGB
CMYK
RGB Variations
Color information
#73D3BE (or 0x73D3BE) is known color: Downy. HEX triplet: 73, D3 and BE. RGB value is (115,211,190). Sum of RGB (Red+Green+Blue) = 115+211+190=516 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.29% from 516); Green value is 211 (82.81% from 255 or 40.89% from 516); Blue value is 190 (74.61% from 255 or 36.82% from 516); Max value from RGB is 211 - color contains mainly: green. Hex color #73D3BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D3BE is #8C2C41. Grayscale: #B3B3B3. Windows color (decimal): -9186370 or 12505971. OLE color: 12505971.
HSL color Cylindrical-coordinate representation of color #73D3BE: hue angle of 166.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D3BE is Cyan = 0.45, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 211 | 190 | - |
| CMYK | 0.45 | 0 | 0.10 | 0.17 |
| HSL | 166.88º | 0.52% | 0.64% | - |
| HSV(B) | 166.88º | 0.45% | 0.83% | - |
| XYZ | 39.66 | 53.95 | 57.04 | - |
| YUV | 179.9 | 133.7 | 81.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 211 | 190 | 0.45 | 0 | 0.10 | 0.17 | 166.88 | 0.52 | 0.64 |
| Hex | 73 | D3 | BE | 2D | 0 | A | 11 | A7 | 34 | 40 |
| Octal | 163 | 323 | 276 | 55 | 0 | 12 | 21 | 247 | 64 | 100 |
| Binary | 1110011 | 11010011 | 10111110 | 101101 | 0 | 1010 | 10001 | 10100111 | 110100 | 1000000 |
Color Harmonies of #73D3BE
Complementary color
Monochromatic Colors of #73D3BE
Black with #73D3BE
Text Example
Text Example
White with #73D3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D3BE; }
p { color: rgb(115,211,190); }
H1.HeaderClassName
{
color: #73D3BE;
}
.AnyTagClassName
{
color: #73D3BE;
}
</style>
background-color css
<style>
a { background-color: #73D3BE; }
a { background-color: rgb(115,211,190); }
div.DivClassName
{
background-color: #73D3BE;
}
.BgClassName
{
background-color: #73D3BE;
}
</style>
border-color css
<style>
span { border-color: #73D3BE; }
span { border-color: rgb(115,211,190); }
td.TdClassName
{
border-color: #73D3BE;
}
.TagClassName
{
border-color: #73D3BE;
}
</style>