Shades of Downy #73D6BF
Tints of Downy #73D6BF
RGB
CMYK
RGB Variations
Color information
#73D6BF (or 0x73D6BF) is known color: Downy. HEX triplet: 73, D6 and BF. RGB value is (115,214,191). Sum of RGB (Red+Green+Blue) = 115+214+191=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 214 (83.98% from 255 or 41.15% from 520); Blue value is 191 (75% from 255 or 36.73% from 520); Max value from RGB is 214 - color contains mainly: green. Hex color #73D6BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D6BF is #8C2940. Grayscale: #B5B5B5. Windows color (decimal): -9185601 or 12572275. OLE color: 12572275.
HSL color Cylindrical-coordinate representation of color #73D6BF: hue angle of 166.06º 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 #73D6BF is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 214 | 191 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.16 |
| HSL | 166.06º | 0.55% | 0.65% | - |
| HSV(B) | 166.06º | 0.46% | 0.84% | - |
| XYZ | 40.52 | 55.5 | 57.87 | - |
| YUV | 181.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 214 | 191 | 0.46 | 0 | 0.11 | 0.16 | 166.06 | 0.55 | 0.65 |
| Hex | 73 | D6 | BF | 2E | 0 | B | 10 | A6 | 37 | 41 |
| Octal | 163 | 326 | 277 | 56 | 0 | 13 | 20 | 246 | 67 | 101 |
| Binary | 1110011 | 11010110 | 10111111 | 101110 | 0 | 1011 | 10000 | 10100110 | 110111 | 1000001 |
Color Harmonies of #73D6BF
Complementary color
Monochromatic Colors of #73D6BF
Black with #73D6BF
Text Example
Text Example
White with #73D6BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D6BF; }
p { color: rgb(115,214,191); }
H1.HeaderClassName
{
color: #73D6BF;
}
.AnyTagClassName
{
color: #73D6BF;
}
</style>
background-color css
<style>
a { background-color: #73D6BF; }
a { background-color: rgb(115,214,191); }
div.DivClassName
{
background-color: #73D6BF;
}
.BgClassName
{
background-color: #73D6BF;
}
</style>
border-color css
<style>
span { border-color: #73D6BF; }
span { border-color: rgb(115,214,191); }
td.TdClassName
{
border-color: #73D6BF;
}
.TagClassName
{
border-color: #73D6BF;
}
</style>