Shades of Downy #73D5CA
Tints of Downy #73D5CA
RGB
CMYK
RGB Variations
Color information
#73D5CA (or 0x73D5CA) is known color: Downy. HEX triplet: 73, D5 and CA. RGB value is (115,213,202). Sum of RGB (Red+Green+Blue) = 115+213+202=530 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.70% from 530); Green value is 213 (83.59% from 255 or 40.19% from 530); Blue value is 202 (79.30% from 255 or 38.11% from 530); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5CA is #8C2A35. Grayscale: #B6B6B6. Windows color (decimal): -9185846 or 13292915. OLE color: 13292915.
HSL color Cylindrical-coordinate representation of color #73D5CA: hue angle of 173.27º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D5CA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 202 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.16 |
| HSL | 173.27º | 0.54% | 0.64% | - |
| HSV(B) | 173.27º | 0.46% | 0.84% | - |
| XYZ | 41.53 | 55.5 | 64.4 | - |
| YUV | 182.44 | 139.03 | 79.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 202 | 0.46 | 0 | 0.05 | 0.16 | 173.27 | 0.54 | 0.64 |
| Hex | 73 | D5 | CA | 2E | 0 | 5 | 10 | AD | 36 | 40 |
| Octal | 163 | 325 | 312 | 56 | 0 | 5 | 20 | 255 | 66 | 100 |
| Binary | 1110011 | 11010101 | 11001010 | 101110 | 0 | 101 | 10000 | 10101101 | 110110 | 1000000 |
Color Harmonies of #73D5CA
Complementary color
Monochromatic Colors of #73D5CA
Black with #73D5CA
Text Example
Text Example
White with #73D5CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5CA; }
p { color: rgb(115,213,202); }
H1.HeaderClassName
{
color: #73D5CA;
}
.AnyTagClassName
{
color: #73D5CA;
}
</style>
background-color css
<style>
a { background-color: #73D5CA; }
a { background-color: rgb(115,213,202); }
div.DivClassName
{
background-color: #73D5CA;
}
.BgClassName
{
background-color: #73D5CA;
}
</style>
border-color css
<style>
span { border-color: #73D5CA; }
span { border-color: rgb(115,213,202); }
td.TdClassName
{
border-color: #73D5CA;
}
.TagClassName
{
border-color: #73D5CA;
}
</style>