Shades of Downy #73DFD3
Tints of Downy #73DFD3
RGB
CMYK
RGB Variations
Color information
#73DFD3 (or 0x73DFD3) is known color: Downy. HEX triplet: 73, DF and D3. RGB value is (115,223,211). Sum of RGB (Red+Green+Blue) = 115+223+211=549 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.95% from 549); Green value is 223 (87.5% from 255 or 40.62% from 549); Blue value is 211 (82.81% from 255 or 38.43% from 549); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD3 is #8C202C. Grayscale: #BDBDBD. Windows color (decimal): -9183277 or 13885299. OLE color: 13885299.
HSL color Cylindrical-coordinate representation of color #73DFD3: hue angle of 173.33º 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 #73DFD3 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 211 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.13 |
| HSL | 173.33º | 0.63% | 0.66% | - |
| HSV(B) | 173.33º | 0.48% | 0.87% | - |
| XYZ | 45.22 | 61.12 | 71.04 | - |
| YUV | 189.34 | 140.22 | 74.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 211 | 0.48 | 0 | 0.05 | 0.13 | 173.33 | 0.63 | 0.66 |
| Hex | 73 | DF | D3 | 30 | 0 | 5 | D | AD | 3F | 42 |
| Octal | 163 | 337 | 323 | 60 | 0 | 5 | 15 | 255 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11010011 | 110000 | 0 | 101 | 1101 | 10101101 | 111111 | 1000010 |
Color Harmonies of #73DFD3
Complementary color
Monochromatic Colors of #73DFD3
Black with #73DFD3
Text Example
Text Example
White with #73DFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFD3; }
p { color: rgb(115,223,211); }
H1.HeaderClassName
{
color: #73DFD3;
}
.AnyTagClassName
{
color: #73DFD3;
}
</style>
background-color css
<style>
a { background-color: #73DFD3; }
a { background-color: rgb(115,223,211); }
div.DivClassName
{
background-color: #73DFD3;
}
.BgClassName
{
background-color: #73DFD3;
}
</style>
border-color css
<style>
span { border-color: #73DFD3; }
span { border-color: rgb(115,223,211); }
td.TdClassName
{
border-color: #73DFD3;
}
.TagClassName
{
border-color: #73DFD3;
}
</style>