Shades of Downy #73C9BA
Tints of Downy #73C9BA
RGB
CMYK
RGB Variations
Color information
#73C9BA (or 0x73C9BA) is known color: Downy. HEX triplet: 73, C9 and BA. RGB value is (115,201,186). Sum of RGB (Red+Green+Blue) = 115+201+186=502 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.91% from 502); Green value is 201 (78.91% from 255 or 40.04% from 502); Blue value is 186 (73.05% from 255 or 37.05% from 502); Max value from RGB is 201 - color contains mainly: green. Hex color #73C9BA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73C9BA is #8C3645. Grayscale: #ADADAD. Windows color (decimal): -9188934 or 12241267. OLE color: 12241267.
HSL color Cylindrical-coordinate representation of color #73C9BA: hue angle of 169.53º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73C9BA is Cyan = 0.43, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 115 | 201 | 186 | - |
| CMYK | 0.43 | 0 | 0.07 | 0.21 |
| HSL | 169.53º | 0.44% | 0.62% | - |
| HSV(B) | 169.53º | 0.43% | 0.79% | - |
| XYZ | 36.82 | 48.96 | 53.96 | - |
| YUV | 173.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 201 | 186 | 0.43 | 0 | 0.07 | 0.21 | 169.53 | 0.44 | 0.62 |
| Hex | 73 | C9 | BA | 2B | 0 | 7 | 15 | AA | 2C | 3E |
| Octal | 163 | 311 | 272 | 53 | 0 | 7 | 25 | 252 | 54 | 76 |
| Binary | 1110011 | 11001001 | 10111010 | 101011 | 0 | 111 | 10101 | 10101010 | 101100 | 111110 |
Color Harmonies of #73C9BA
Complementary color
Monochromatic Colors of #73C9BA
Black with #73C9BA
Text Example
Text Example
White with #73C9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73C9BA; }
p { color: rgb(115,201,186); }
H1.HeaderClassName
{
color: #73C9BA;
}
.AnyTagClassName
{
color: #73C9BA;
}
</style>
background-color css
<style>
a { background-color: #73C9BA; }
a { background-color: rgb(115,201,186); }
div.DivClassName
{
background-color: #73C9BA;
}
.BgClassName
{
background-color: #73C9BA;
}
</style>
border-color css
<style>
span { border-color: #73C9BA; }
span { border-color: rgb(115,201,186); }
td.TdClassName
{
border-color: #73C9BA;
}
.TagClassName
{
border-color: #73C9BA;
}
</style>