Shades of Downy #73DFCE
Tints of Downy #73DFCE
RGB
CMYK
RGB Variations
Color information
#73DFCE (or 0x73DFCE) is known color: Downy. HEX triplet: 73, DF and CE. RGB value is (115,223,206). Sum of RGB (Red+Green+Blue) = 115+223+206=544 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.14% from 544); Green value is 223 (87.5% from 255 or 40.99% from 544); Blue value is 206 (80.86% from 255 or 37.87% from 544); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCE is #8C2031. Grayscale: #BCBCBC. Windows color (decimal): -9183282 or 13557619. OLE color: 13557619.
HSL color Cylindrical-coordinate representation of color #73DFCE: hue angle of 170.56º 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 #73DFCE is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 206 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.13 |
| HSL | 170.56º | 0.63% | 0.66% | - |
| HSV(B) | 170.56º | 0.48% | 0.87% | - |
| XYZ | 44.6 | 60.88 | 67.79 | - |
| YUV | 188.77 | 137.72 | 75.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 206 | 0.48 | 0 | 0.08 | 0.13 | 170.56 | 0.63 | 0.66 |
| Hex | 73 | DF | CE | 30 | 0 | 8 | D | AB | 3F | 42 |
| Octal | 163 | 337 | 316 | 60 | 0 | 10 | 15 | 253 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11001110 | 110000 | 0 | 1000 | 1101 | 10101011 | 111111 | 1000010 |
Color Harmonies of #73DFCE
Complementary color
Monochromatic Colors of #73DFCE
Black with #73DFCE
Text Example
Text Example
White with #73DFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFCE; }
p { color: rgb(115,223,206); }
H1.HeaderClassName
{
color: #73DFCE;
}
.AnyTagClassName
{
color: #73DFCE;
}
</style>
background-color css
<style>
a { background-color: #73DFCE; }
a { background-color: rgb(115,223,206); }
div.DivClassName
{
background-color: #73DFCE;
}
.BgClassName
{
background-color: #73DFCE;
}
</style>
border-color css
<style>
span { border-color: #73DFCE; }
span { border-color: rgb(115,223,206); }
td.TdClassName
{
border-color: #73DFCE;
}
.TagClassName
{
border-color: #73DFCE;
}
</style>