Shades of Downy #73DECA
Tints of Downy #73DECA
RGB
CMYK
RGB Variations
Color information
#73DECA (or 0x73DECA) is known color: Downy. HEX triplet: 73, DE and CA. RGB value is (115,222,202). Sum of RGB (Red+Green+Blue) = 115+222+202=539 (71% of max value = 765). Red value is 115 (45.31% from 255 or 21.34% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 202 (79.30% from 255 or 37.48% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #73DECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DECA is #8C2135. Grayscale: #BBBBBB. Windows color (decimal): -9183542 or 13295219. OLE color: 13295219.
HSL color Cylindrical-coordinate representation of color #73DECA: hue angle of 168.79º degrees, saturation: 0.62, 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 #73DECA is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 115 | 222 | 202 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.79º | 0.62% | 0.66% | - |
| HSV(B) | 168.79º | 0.48% | 0.87% | - |
| XYZ | 43.85 | 60.15 | 65.18 | - |
| YUV | 187.73 | 136.05 | 76.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 222 | 202 | 0.48 | 0 | 0.09 | 0.13 | 168.79 | 0.62 | 0.66 |
| Hex | 73 | DE | CA | 30 | 0 | 9 | D | A9 | 3E | 42 |
| Octal | 163 | 336 | 312 | 60 | 0 | 11 | 15 | 251 | 76 | 102 |
| Binary | 1110011 | 11011110 | 11001010 | 110000 | 0 | 1001 | 1101 | 10101001 | 111110 | 1000010 |
Color Harmonies of #73DECA
Complementary color
Monochromatic Colors of #73DECA
Black with #73DECA
Text Example
Text Example
White with #73DECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DECA; }
p { color: rgb(115,222,202); }
H1.HeaderClassName
{
color: #73DECA;
}
.AnyTagClassName
{
color: #73DECA;
}
</style>
background-color css
<style>
a { background-color: #73DECA; }
a { background-color: rgb(115,222,202); }
div.DivClassName
{
background-color: #73DECA;
}
.BgClassName
{
background-color: #73DECA;
}
</style>
border-color css
<style>
span { border-color: #73DECA; }
span { border-color: rgb(115,222,202); }
td.TdClassName
{
border-color: #73DECA;
}
.TagClassName
{
border-color: #73DECA;
}
</style>