Shades of Downy #73DCCA
Tints of Downy #73DCCA
RGB
CMYK
RGB Variations
Color information
#73DCCA (or 0x73DCCA) is known color: Downy. HEX triplet: 73, DC and CA. RGB value is (115,220,202). Sum of RGB (Red+Green+Blue) = 115+220+202=537 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.42% from 537); Green value is 220 (86.33% from 255 or 40.97% from 537); Blue value is 202 (79.30% from 255 or 37.62% from 537); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCCA is #8C2335. Grayscale: #BABABA. Windows color (decimal): -9184054 or 13294707. OLE color: 13294707.
HSL color Cylindrical-coordinate representation of color #73DCCA: hue angle of 169.71º 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 #73DCCA is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 202 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.14 |
| HSL | 169.71º | 0.6% | 0.66% | - |
| HSV(B) | 169.71º | 0.48% | 0.86% | - |
| XYZ | 43.32 | 59.1 | 65 | - |
| YUV | 186.55 | 136.71 | 76.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 202 | 0.48 | 0 | 0.08 | 0.14 | 169.71 | 0.6 | 0.66 |
| Hex | 73 | DC | CA | 30 | 0 | 8 | E | AA | 3C | 42 |
| Octal | 163 | 334 | 312 | 60 | 0 | 10 | 16 | 252 | 74 | 102 |
| Binary | 1110011 | 11011100 | 11001010 | 110000 | 0 | 1000 | 1110 | 10101010 | 111100 | 1000010 |
Color Harmonies of #73DCCA
Complementary color
Monochromatic Colors of #73DCCA
Black with #73DCCA
Text Example
Text Example
White with #73DCCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCCA; }
p { color: rgb(115,220,202); }
H1.HeaderClassName
{
color: #73DCCA;
}
.AnyTagClassName
{
color: #73DCCA;
}
</style>
background-color css
<style>
a { background-color: #73DCCA; }
a { background-color: rgb(115,220,202); }
div.DivClassName
{
background-color: #73DCCA;
}
.BgClassName
{
background-color: #73DCCA;
}
</style>
border-color css
<style>
span { border-color: #73DCCA; }
span { border-color: rgb(115,220,202); }
td.TdClassName
{
border-color: #73DCCA;
}
.TagClassName
{
border-color: #73DCCA;
}
</style>