Shades of Downy #73DCD2
Tints of Downy #73DCD2
RGB
CMYK
RGB Variations
Color information
#73DCD2 (or 0x73DCD2) is known color: Downy. HEX triplet: 73, DC and D2. RGB value is (115,220,210). Sum of RGB (Red+Green+Blue) = 115+220+210=545 (72% of max value = 765). Red value is 115 (45.31% from 255 or 21.10% from 545); Green value is 220 (86.33% from 255 or 40.37% from 545); Blue value is 210 (82.42% from 255 or 38.53% from 545); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCD2 is #8C232D. Grayscale: #BBBBBB. Windows color (decimal): -9184046 or 13818995. OLE color: 13818995.
HSL color Cylindrical-coordinate representation of color #73DCD2: hue angle of 174.29º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCD2 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 210 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.14 |
| HSL | 174.29º | 0.6% | 0.66% | - |
| HSV(B) | 174.29º | 0.48% | 0.86% | - |
| XYZ | 44.3 | 59.48 | 70.12 | - |
| YUV | 187.47 | 140.71 | 76.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 210 | 0.48 | 0 | 0.05 | 0.14 | 174.29 | 0.6 | 0.66 |
| Hex | 73 | DC | D2 | 30 | 0 | 5 | E | AE | 3C | 42 |
| Octal | 163 | 334 | 322 | 60 | 0 | 5 | 16 | 256 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11010010 | 110000 | 0 | 101 | 1110 | 10101110 | 111100 | 1000010 |
Color Harmonies of #73DCD2
Complementary color
Monochromatic Colors of #73DCD2
Black with #73DCD2
Text Example
Text Example
White with #73DCD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCD2; }
p { color: rgb(115,220,210); }
H1.HeaderClassName
{
color: #73DCD2;
}
.AnyTagClassName
{
color: #73DCD2;
}
</style>
background-color css
<style>
a { background-color: #73DCD2; }
a { background-color: rgb(115,220,210); }
div.DivClassName
{
background-color: #73DCD2;
}
.BgClassName
{
background-color: #73DCD2;
}
</style>
border-color css
<style>
span { border-color: #73DCD2; }
span { border-color: rgb(115,220,210); }
td.TdClassName
{
border-color: #73DCD2;
}
.TagClassName
{
border-color: #73DCD2;
}
</style>