Shades of Downy #73DFCC
Tints of Downy #73DFCC
RGB
CMYK
RGB Variations
Color information
#73DFCC (or 0x73DFCC) is known color: Downy. HEX triplet: 73, DF and CC. RGB value is (115,223,204). Sum of RGB (Red+Green+Blue) = 115+223+204=542 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.22% from 542); Green value is 223 (87.5% from 255 or 41.14% from 542); Blue value is 204 (80.08% from 255 or 37.64% from 542); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCC is #8C2033. Grayscale: #BCBCBC. Windows color (decimal): -9183284 or 13426547. OLE color: 13426547.
HSL color Cylindrical-coordinate representation of color #73DFCC: hue angle of 169.44º degrees, saturation: 0.63, 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 #73DFCC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 204 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 169.44º | 0.63% | 0.66% | - |
| HSV(B) | 169.44º | 0.48% | 0.87% | - |
| XYZ | 44.36 | 60.78 | 66.52 | - |
| YUV | 188.54 | 136.72 | 75.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 204 | 0.48 | 0 | 0.09 | 0.13 | 169.44 | 0.63 | 0.66 |
| Hex | 73 | DF | CC | 30 | 0 | 9 | D | A9 | 3F | 42 |
| Octal | 163 | 337 | 314 | 60 | 0 | 11 | 15 | 251 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11001100 | 110000 | 0 | 1001 | 1101 | 10101001 | 111111 | 1000010 |
Color Harmonies of #73DFCC
Complementary color
Monochromatic Colors of #73DFCC
Black with #73DFCC
Text Example
Text Example
White with #73DFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFCC; }
p { color: rgb(115,223,204); }
H1.HeaderClassName
{
color: #73DFCC;
}
.AnyTagClassName
{
color: #73DFCC;
}
</style>
background-color css
<style>
a { background-color: #73DFCC; }
a { background-color: rgb(115,223,204); }
div.DivClassName
{
background-color: #73DFCC;
}
.BgClassName
{
background-color: #73DFCC;
}
</style>
border-color css
<style>
span { border-color: #73DFCC; }
span { border-color: rgb(115,223,204); }
td.TdClassName
{
border-color: #73DFCC;
}
.TagClassName
{
border-color: #73DFCC;
}
</style>