Shades of Downy #73D0BE
Tints of Downy #73D0BE
RGB
CMYK
RGB Variations
Color information
#73D0BE (or 0x73D0BE) is known color: Downy. HEX triplet: 73, D0 and BE. RGB value is (115,208,190). Sum of RGB (Red+Green+Blue) = 115+208+190=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 208 (81.64% from 255 or 40.55% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 208 - color contains mainly: green. Hex color #73D0BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D0BE is #8C2F41. Grayscale: #B2B2B2. Windows color (decimal): -9187138 or 12505203. OLE color: 12505203.
HSL color Cylindrical-coordinate representation of color #73D0BE: hue angle of 168.39º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D0BE is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 208 | 190 | - |
| CMYK | 0.45 | 0 | 0.09 | 0.18 |
| HSL | 168.39º | 0.5% | 0.63% | - |
| HSV(B) | 168.39º | 0.45% | 0.82% | - |
| XYZ | 38.92 | 52.47 | 56.79 | - |
| YUV | 178.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 208 | 190 | 0.45 | 0 | 0.09 | 0.18 | 168.39 | 0.5 | 0.63 |
| Hex | 73 | D0 | BE | 2D | 0 | 9 | 12 | A8 | 32 | 3F |
| Octal | 163 | 320 | 276 | 55 | 0 | 11 | 22 | 250 | 62 | 77 |
| Binary | 1110011 | 11010000 | 10111110 | 101101 | 0 | 1001 | 10010 | 10101000 | 110010 | 111111 |
Color Harmonies of #73D0BE
Complementary color
Monochromatic Colors of #73D0BE
Black with #73D0BE
Text Example
Text Example
White with #73D0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D0BE; }
p { color: rgb(115,208,190); }
H1.HeaderClassName
{
color: #73D0BE;
}
.AnyTagClassName
{
color: #73D0BE;
}
</style>
background-color css
<style>
a { background-color: #73D0BE; }
a { background-color: rgb(115,208,190); }
div.DivClassName
{
background-color: #73D0BE;
}
.BgClassName
{
background-color: #73D0BE;
}
</style>
border-color css
<style>
span { border-color: #73D0BE; }
span { border-color: rgb(115,208,190); }
td.TdClassName
{
border-color: #73D0BE;
}
.TagClassName
{
border-color: #73D0BE;
}
</style>