Shades of Downy #73DFD4
Tints of Downy #73DFD4
RGB
CMYK
RGB Variations
Color information
#73DFD4 (or 0x73DFD4) is known color: Downy. HEX triplet: 73, DF and D4. RGB value is (115,223,212). Sum of RGB (Red+Green+Blue) = 115+223+212=550 (72% of max value = 765). Red value is 115 (45.31% from 255 or 20.91% from 550); Green value is 223 (87.5% from 255 or 40.55% from 550); Blue value is 212 (83.20% from 255 or 38.55% from 550); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFD4 is #8C202B. Grayscale: #BDBDBD. Windows color (decimal): -9183276 or 13950835. OLE color: 13950835.
HSL color Cylindrical-coordinate representation of color #73DFD4: hue angle of 173.89º 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 #73DFD4 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 212 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.13 |
| HSL | 173.89º | 0.63% | 0.66% | - |
| HSV(B) | 173.89º | 0.48% | 0.87% | - |
| XYZ | 45.34 | 61.17 | 71.71 | - |
| YUV | 189.45 | 140.72 | 74.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 212 | 0.48 | 0 | 0.05 | 0.13 | 173.89 | 0.63 | 0.66 |
| Hex | 73 | DF | D4 | 30 | 0 | 5 | D | AE | 3F | 42 |
| Octal | 163 | 337 | 324 | 60 | 0 | 5 | 15 | 256 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11010100 | 110000 | 0 | 101 | 1101 | 10101110 | 111111 | 1000010 |
Color Harmonies of #73DFD4
Complementary color
Monochromatic Colors of #73DFD4
Black with #73DFD4
Text Example
Text Example
White with #73DFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFD4; }
p { color: rgb(115,223,212); }
H1.HeaderClassName
{
color: #73DFD4;
}
.AnyTagClassName
{
color: #73DFD4;
}
</style>
background-color css
<style>
a { background-color: #73DFD4; }
a { background-color: rgb(115,223,212); }
div.DivClassName
{
background-color: #73DFD4;
}
.BgClassName
{
background-color: #73DFD4;
}
</style>
border-color css
<style>
span { border-color: #73DFD4; }
span { border-color: rgb(115,223,212); }
td.TdClassName
{
border-color: #73DFD4;
}
.TagClassName
{
border-color: #73DFD4;
}
</style>