Shades of Downy #73DCC2
Tints of Downy #73DCC2
RGB
CMYK
RGB Variations
Color information
#73DCC2 (or 0x73DCC2) is known color: Downy. HEX triplet: 73, DC and C2. RGB value is (115,220,194). Sum of RGB (Red+Green+Blue) = 115+220+194=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 220 (86.33% from 255 or 41.59% from 529); Blue value is 194 (76.17% from 255 or 36.67% from 529); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCC2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCC2 is #8C233D. Grayscale: #B9B9B9. Windows color (decimal): -9184062 or 12770419. OLE color: 12770419.
HSL color Cylindrical-coordinate representation of color #73DCC2: hue angle of 165.14º 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 #73DCC2 is Cyan = 0.48, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 194 | - |
| CMYK | 0.48 | 0 | 0.12 | 0.14 |
| HSL | 165.14º | 0.6% | 0.66% | - |
| HSV(B) | 165.14º | 0.48% | 0.86% | - |
| XYZ | 42.4 | 58.73 | 60.14 | - |
| YUV | 185.64 | 132.71 | 77.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 194 | 0.48 | 0 | 0.12 | 0.14 | 165.14 | 0.6 | 0.66 |
| Hex | 73 | DC | C2 | 30 | 0 | C | E | A5 | 3C | 42 |
| Octal | 163 | 334 | 302 | 60 | 0 | 14 | 16 | 245 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11000010 | 110000 | 0 | 1100 | 1110 | 10100101 | 111100 | 1000010 |
Color Harmonies of #73DCC2
Complementary color
Monochromatic Colors of #73DCC2
Black with #73DCC2
Text Example
Text Example
White with #73DCC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCC2; }
p { color: rgb(115,220,194); }
H1.HeaderClassName
{
color: #73DCC2;
}
.AnyTagClassName
{
color: #73DCC2;
}
</style>
background-color css
<style>
a { background-color: #73DCC2; }
a { background-color: rgb(115,220,194); }
div.DivClassName
{
background-color: #73DCC2;
}
.BgClassName
{
background-color: #73DCC2;
}
</style>
border-color css
<style>
span { border-color: #73DCC2; }
span { border-color: rgb(115,220,194); }
td.TdClassName
{
border-color: #73DCC2;
}
.TagClassName
{
border-color: #73DCC2;
}
</style>