Shades of Downy #73D2BB
Tints of Downy #73D2BB
RGB
CMYK
RGB Variations
Color information
#73D2BB (or 0x73D2BB) is known color: Downy. HEX triplet: 73, D2 and BB. RGB value is (115,210,187). Sum of RGB (Red+Green+Blue) = 115+210+187=512 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.46% from 512); Green value is 210 (82.42% from 255 or 41.02% from 512); Blue value is 187 (73.44% from 255 or 36.52% from 512); Max value from RGB is 210 - color contains mainly: green. Hex color #73D2BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D2BB is #8C2D44. Grayscale: #B2B2B2. Windows color (decimal): -9186629 or 12309107. OLE color: 12309107.
HSL color Cylindrical-coordinate representation of color #73D2BB: hue angle of 165.47º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #73D2BB is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 115 | 210 | 187 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.18 |
| HSL | 165.47º | 0.51% | 0.64% | - |
| HSV(B) | 165.47º | 0.45% | 0.82% | - |
| XYZ | 39.09 | 53.33 | 55.25 | - |
| YUV | 178.97 | 132.53 | 82.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 210 | 187 | 0.45 | 0 | 0.11 | 0.18 | 165.47 | 0.51 | 0.64 |
| Hex | 73 | D2 | BB | 2D | 0 | B | 12 | A5 | 33 | 40 |
| Octal | 163 | 322 | 273 | 55 | 0 | 13 | 22 | 245 | 63 | 100 |
| Binary | 1110011 | 11010010 | 10111011 | 101101 | 0 | 1011 | 10010 | 10100101 | 110011 | 1000000 |
Color Harmonies of #73D2BB
Complementary color
Monochromatic Colors of #73D2BB
Black with #73D2BB
Text Example
Text Example
White with #73D2BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D2BB; }
p { color: rgb(115,210,187); }
H1.HeaderClassName
{
color: #73D2BB;
}
.AnyTagClassName
{
color: #73D2BB;
}
</style>
background-color css
<style>
a { background-color: #73D2BB; }
a { background-color: rgb(115,210,187); }
div.DivClassName
{
background-color: #73D2BB;
}
.BgClassName
{
background-color: #73D2BB;
}
</style>
border-color css
<style>
span { border-color: #73D2BB; }
span { border-color: rgb(115,210,187); }
td.TdClassName
{
border-color: #73D2BB;
}
.TagClassName
{
border-color: #73D2BB;
}
</style>