Shades of Downy #73D6BC
Tints of Downy #73D6BC
RGB
CMYK
RGB Variations
Color information
#73D6BC (or 0x73D6BC) is known color: Downy. HEX triplet: 73, D6 and BC. RGB value is (115,214,188). Sum of RGB (Red+Green+Blue) = 115+214+188=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 188 (73.83% from 255 or 36.36% from 517); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6BC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6BC is #8C2943. Grayscale: #B5B5B5. Windows color (decimal): -9185604 or 12375667. OLE color: 12375667.
HSL color Cylindrical-coordinate representation of color #73D6BC: hue angle of 164.24º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D6BC is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 188 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.16 |
| HSL | 164.24º | 0.55% | 0.65% | - |
| HSV(B) | 164.24º | 0.46% | 0.84% | - |
| XYZ | 40.19 | 55.37 | 56.15 | - |
| YUV | 181.44 | 131.7 | 80.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 188 | 0.46 | 0 | 0.12 | 0.16 | 164.24 | 0.55 | 0.65 |
| Hex | 73 | D6 | BC | 2E | 0 | C | 10 | A4 | 37 | 41 |
| Octal | 163 | 326 | 274 | 56 | 0 | 14 | 20 | 244 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10111100 | 101110 | 0 | 1100 | 10000 | 10100100 | 110111 | 1000001 |
Color Harmonies of #73D6BC
Complementary color
Monochromatic Colors of #73D6BC
Black with #73D6BC
Text Example
Text Example
White with #73D6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6BC; }
p { color: rgb(115,214,188); }
H1.HeaderClassName
{
color: #73D6BC;
}
.AnyTagClassName
{
color: #73D6BC;
}
</style>
background-color css
<style>
a { background-color: #73D6BC; }
a { background-color: rgb(115,214,188); }
div.DivClassName
{
background-color: #73D6BC;
}
.BgClassName
{
background-color: #73D6BC;
}
</style>
border-color css
<style>
span { border-color: #73D6BC; }
span { border-color: rgb(115,214,188); }
td.TdClassName
{
border-color: #73D6BC;
}
.TagClassName
{
border-color: #73D6BC;
}
</style>