Shades of Downy #73DBBC
Tints of Downy #73DBBC
RGB
CMYK
RGB Variations
Color information
#73DBBC (or 0x73DBBC) is known color: Downy. HEX triplet: 73, DB and BC. RGB value is (115,219,188). Sum of RGB (Red+Green+Blue) = 115+219+188=522 (69% of max value = 765). Red value is 115 (45.31% from 255 or 22.03% from 522); Green value is 219 (85.94% from 255 or 41.95% from 522); Blue value is 188 (73.83% from 255 or 36.02% from 522); Max value from RGB is 219 - color contains mainly: green. Hex color #73DBBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DBBC is #8C2443. Grayscale: #B8B8B8. Windows color (decimal): -9184324 or 12376947. OLE color: 12376947.
HSL color Cylindrical-coordinate representation of color #73DBBC: hue angle of 162.12º 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 #73DBBC is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 219 | 188 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.14 |
| HSL | 162.12º | 0.59% | 0.65% | - |
| HSV(B) | 162.12º | 0.47% | 0.86% | - |
| XYZ | 41.48 | 57.94 | 56.57 | - |
| YUV | 184.37 | 130.04 | 78.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 219 | 188 | 0.47 | 0 | 0.14 | 0.14 | 162.12 | 0.59 | 0.65 |
| Hex | 73 | DB | BC | 2F | 0 | E | E | A2 | 3B | 41 |
| Octal | 163 | 333 | 274 | 57 | 0 | 16 | 16 | 242 | 73 | 101 |
| Binary | 1110011 | 11011011 | 10111100 | 101111 | 0 | 1110 | 1110 | 10100010 | 111011 | 1000001 |
Color Harmonies of #73DBBC
Complementary color
Monochromatic Colors of #73DBBC
Black with #73DBBC
Text Example
Text Example
White with #73DBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DBBC; }
p { color: rgb(115,219,188); }
H1.HeaderClassName
{
color: #73DBBC;
}
.AnyTagClassName
{
color: #73DBBC;
}
</style>
background-color css
<style>
a { background-color: #73DBBC; }
a { background-color: rgb(115,219,188); }
div.DivClassName
{
background-color: #73DBBC;
}
.BgClassName
{
background-color: #73DBBC;
}
</style>
border-color css
<style>
span { border-color: #73DBBC; }
span { border-color: rgb(115,219,188); }
td.TdClassName
{
border-color: #73DBBC;
}
.TagClassName
{
border-color: #73DBBC;
}
</style>