Shades of Downy #73DFCA
Tints of Downy #73DFCA
RGB
CMYK
RGB Variations
Color information
#73DFCA (or 0x73DFCA) is known color: Downy. HEX triplet: 73, DF and CA. RGB value is (115,223,202). Sum of RGB (Red+Green+Blue) = 115+223+202=540 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.30% from 540); Green value is 223 (87.5% from 255 or 41.30% from 540); Blue value is 202 (79.30% from 255 or 37.41% from 540); Max value from RGB is 223 - color contains mainly: green. Hex color #73DFCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DFCA is #8C2035. Grayscale: #BCBCBC. Windows color (decimal): -9183286 or 13295475. OLE color: 13295475.
HSL color Cylindrical-coordinate representation of color #73DFCA: hue angle of 168.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 #73DFCA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 223 | 202 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.33º | 0.63% | 0.66% | - |
| HSV(B) | 168.33º | 0.48% | 0.87% | - |
| XYZ | 44.12 | 60.68 | 65.27 | - |
| YUV | 188.31 | 135.72 | 75.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 223 | 202 | 0.48 | 0 | 0.09 | 0.13 | 168.33 | 0.63 | 0.66 |
| Hex | 73 | DF | CA | 30 | 0 | 9 | D | A8 | 3F | 42 |
| Octal | 163 | 337 | 312 | 60 | 0 | 11 | 15 | 250 | 77 | 102 |
| Binary | 1110011 | 11011111 | 11001010 | 110000 | 0 | 1001 | 1101 | 10101000 | 111111 | 1000010 |
Color Harmonies of #73DFCA
Complementary color
Monochromatic Colors of #73DFCA
Black with #73DFCA
Text Example
Text Example
White with #73DFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DFCA; }
p { color: rgb(115,223,202); }
H1.HeaderClassName
{
color: #73DFCA;
}
.AnyTagClassName
{
color: #73DFCA;
}
</style>
background-color css
<style>
a { background-color: #73DFCA; }
a { background-color: rgb(115,223,202); }
div.DivClassName
{
background-color: #73DFCA;
}
.BgClassName
{
background-color: #73DFCA;
}
</style>
border-color css
<style>
span { border-color: #73DFCA; }
span { border-color: rgb(115,223,202); }
td.TdClassName
{
border-color: #73DFCA;
}
.TagClassName
{
border-color: #73DFCA;
}
</style>