Shades of Downy #73D4BF
Tints of Downy #73D4BF
RGB
CMYK
RGB Variations
Color information
#73D4BF (or 0x73D4BF) is known color: Downy. HEX triplet: 73, D4 and BF. RGB value is (115,212,191). Sum of RGB (Red+Green+Blue) = 115+212+191=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 212 (83.20% from 255 or 40.93% from 518); Blue value is 191 (75% from 255 or 36.87% from 518); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D4BF is #8C2B40. Grayscale: #B4B4B4. Windows color (decimal): -9186113 or 12571763. OLE color: 12571763.
HSL color Cylindrical-coordinate representation of color #73D4BF: hue angle of 167.01º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4BF is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 191 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.17 |
| HSL | 167.01º | 0.53% | 0.64% | - |
| HSV(B) | 167.01º | 0.46% | 0.83% | - |
| XYZ | 40.02 | 54.49 | 57.7 | - |
| YUV | 180.6 | 133.86 | 81.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 191 | 0.46 | 0 | 0.10 | 0.17 | 167.01 | 0.53 | 0.64 |
| Hex | 73 | D4 | BF | 2E | 0 | A | 11 | A7 | 35 | 40 |
| Octal | 163 | 324 | 277 | 56 | 0 | 12 | 21 | 247 | 65 | 100 |
| Binary | 1110011 | 11010100 | 10111111 | 101110 | 0 | 1010 | 10001 | 10100111 | 110101 | 1000000 |
Color Harmonies of #73D4BF
Complementary color
Monochromatic Colors of #73D4BF
Black with #73D4BF
Text Example
Text Example
White with #73D4BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4BF; }
p { color: rgb(115,212,191); }
H1.HeaderClassName
{
color: #73D4BF;
}
.AnyTagClassName
{
color: #73D4BF;
}
</style>
background-color css
<style>
a { background-color: #73D4BF; }
a { background-color: rgb(115,212,191); }
div.DivClassName
{
background-color: #73D4BF;
}
.BgClassName
{
background-color: #73D4BF;
}
</style>
border-color css
<style>
span { border-color: #73D4BF; }
span { border-color: rgb(115,212,191); }
td.TdClassName
{
border-color: #73D4BF;
}
.TagClassName
{
border-color: #73D4BF;
}
</style>