Shades of Downy #73CDBC
Tints of Downy #73CDBC
RGB
CMYK
RGB Variations
Color information
#73CDBC (or 0x73CDBC) is known color: Downy. HEX triplet: 73, CD and BC. RGB value is (115,205,188). Sum of RGB (Red+Green+Blue) = 115+205+188=508 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.64% from 508); Green value is 205 (80.47% from 255 or 40.35% from 508); Blue value is 188 (73.83% from 255 or 37.01% from 508); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDBC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDBC is #8C3243. Grayscale: #B0B0B0. Windows color (decimal): -9187908 or 12373363. OLE color: 12373363.
HSL color Cylindrical-coordinate representation of color #73CDBC: hue angle of 168.67º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDBC is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 188 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.20 |
| HSL | 168.67º | 0.47% | 0.63% | - |
| HSV(B) | 168.67º | 0.44% | 0.8% | - |
| XYZ | 37.98 | 50.94 | 55.41 | - |
| YUV | 176.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 188 | 0.44 | 0 | 0.08 | 0.20 | 168.67 | 0.47 | 0.63 |
| Hex | 73 | CD | BC | 2C | 0 | 8 | 14 | A9 | 2F | 3F |
| Octal | 163 | 315 | 274 | 54 | 0 | 10 | 24 | 251 | 57 | 77 |
| Binary | 1110011 | 11001101 | 10111100 | 101100 | 0 | 1000 | 10100 | 10101001 | 101111 | 111111 |
Color Harmonies of #73CDBC
Complementary color
Monochromatic Colors of #73CDBC
Black with #73CDBC
Text Example
Text Example
White with #73CDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDBC; }
p { color: rgb(115,205,188); }
H1.HeaderClassName
{
color: #73CDBC;
}
.AnyTagClassName
{
color: #73CDBC;
}
</style>
background-color css
<style>
a { background-color: #73CDBC; }
a { background-color: rgb(115,205,188); }
div.DivClassName
{
background-color: #73CDBC;
}
.BgClassName
{
background-color: #73CDBC;
}
</style>
border-color css
<style>
span { border-color: #73CDBC; }
span { border-color: rgb(115,205,188); }
td.TdClassName
{
border-color: #73CDBC;
}
.TagClassName
{
border-color: #73CDBC;
}
</style>