Shades of Downy #73DBBD
Tints of Downy #73DBBD
RGB
CMYK
RGB Variations
Color information
#73DBBD (or 0x73DBBD) is known color: Downy. HEX triplet: 73, DB and BD. RGB value is (115,219,189). Sum of RGB (Red+Green+Blue) = 115+219+189=523 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.99% from 523); Green value is 219 (85.94% from 255 or 41.87% from 523); Blue value is 189 (74.22% from 255 or 36.14% from 523); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DBBD is #8C2442. Grayscale: #B8B8B8. Windows color (decimal): -9184323 or 12442483. OLE color: 12442483.
HSL color Cylindrical-coordinate representation of color #73DBBD: hue angle of 162.69º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #73DBBD is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 189 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.14 |
| HSL | 162.69º | 0.59% | 0.65% | - |
| HSV(B) | 162.69º | 0.47% | 0.86% | - |
| XYZ | 41.59 | 57.98 | 57.14 | - |
| YUV | 184.48 | 130.54 | 78.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 189 | 0.47 | 0 | 0.14 | 0.14 | 162.69 | 0.59 | 0.65 |
| Hex | 73 | DB | BD | 2F | 0 | E | E | A3 | 3B | 41 |
| Octal | 163 | 333 | 275 | 57 | 0 | 16 | 16 | 243 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10111101 | 101111 | 0 | 1110 | 1110 | 10100011 | 111011 | 1000001 |
Color Harmonies of #73DBBD
Complementary color
Monochromatic Colors of #73DBBD
Black with #73DBBD
Text Example
Text Example
White with #73DBBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBBD; }
p { color: rgb(115,219,189); }
H1.HeaderClassName
{
color: #73DBBD;
}
.AnyTagClassName
{
color: #73DBBD;
}
</style>
background-color css
<style>
a { background-color: #73DBBD; }
a { background-color: rgb(115,219,189); }
div.DivClassName
{
background-color: #73DBBD;
}
.BgClassName
{
background-color: #73DBBD;
}
</style>
border-color css
<style>
span { border-color: #73DBBD; }
span { border-color: rgb(115,219,189); }
td.TdClassName
{
border-color: #73DBBD;
}
.TagClassName
{
border-color: #73DBBD;
}
</style>