Shades of Downy #73DECC
Tints of Downy #73DECC
RGB
CMYK
RGB Variations
Color information
#73DECC (or 0x73DECC) is known color: Downy. HEX triplet: 73, DE and CC. RGB value is (115,222,204). Sum of RGB (Red+Green+Blue) = 115+222+204=541 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.26% from 541); Green value is 222 (87.11% from 255 or 41.04% from 541); Blue value is 204 (80.08% from 255 or 37.71% from 541); Max value from RGB is 222 - color contains mainly: green. Hex color #73DECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DECC is #8C2133. Grayscale: #BBBBBB. Windows color (decimal): -9183540 or 13426291. OLE color: 13426291.
HSL color Cylindrical-coordinate representation of color #73DECC: hue angle of 169.91º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DECC is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 204 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.13 |
| HSL | 169.91º | 0.62% | 0.66% | - |
| HSV(B) | 169.91º | 0.48% | 0.87% | - |
| XYZ | 44.09 | 60.25 | 66.43 | - |
| YUV | 187.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 204 | 0.48 | 0 | 0.08 | 0.13 | 169.91 | 0.62 | 0.66 |
| Hex | 73 | DE | CC | 30 | 0 | 8 | D | AA | 3E | 42 |
| Octal | 163 | 336 | 314 | 60 | 0 | 10 | 15 | 252 | 76 | 102 |
| Binary | 1110011 | 11011110 | 11001100 | 110000 | 0 | 1000 | 1101 | 10101010 | 111110 | 1000010 |
Color Harmonies of #73DECC
Complementary color
Monochromatic Colors of #73DECC
Black with #73DECC
Text Example
Text Example
White with #73DECC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DECC; }
p { color: rgb(115,222,204); }
H1.HeaderClassName
{
color: #73DECC;
}
.AnyTagClassName
{
color: #73DECC;
}
</style>
background-color css
<style>
a { background-color: #73DECC; }
a { background-color: rgb(115,222,204); }
div.DivClassName
{
background-color: #73DECC;
}
.BgClassName
{
background-color: #73DECC;
}
</style>
border-color css
<style>
span { border-color: #73DECC; }
span { border-color: rgb(115,222,204); }
td.TdClassName
{
border-color: #73DECC;
}
.TagClassName
{
border-color: #73DECC;
}
</style>