Shades of Downy #73D4CA
Tints of Downy #73D4CA
RGB
CMYK
RGB Variations
Color information
#73D4CA (or 0x73D4CA) is known color: Downy. HEX triplet: 73, D4 and CA. RGB value is (115,212,202). Sum of RGB (Red+Green+Blue) = 115+212+202=529 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.74% from 529); Green value is 212 (83.20% from 255 or 40.08% from 529); Blue value is 202 (79.30% from 255 or 38.19% from 529); Max value from RGB is 212 - color contains mainly: green. Hex color #73D4CA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D4CA is #8C2B35. Grayscale: #B5B5B5. Windows color (decimal): -9186102 or 13292659. OLE color: 13292659.
HSL color Cylindrical-coordinate representation of color #73D4CA: hue angle of 173.81º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #73D4CA is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 115 | 212 | 202 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.17 |
| HSL | 173.81º | 0.53% | 0.64% | - |
| HSV(B) | 173.81º | 0.46% | 0.83% | - |
| XYZ | 41.27 | 55 | 64.32 | - |
| YUV | 181.86 | 139.36 | 80.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 212 | 202 | 0.46 | 0 | 0.05 | 0.17 | 173.81 | 0.53 | 0.64 |
| Hex | 73 | D4 | CA | 2E | 0 | 5 | 11 | AE | 35 | 40 |
| Octal | 163 | 324 | 312 | 56 | 0 | 5 | 21 | 256 | 65 | 100 |
| Binary | 1110011 | 11010100 | 11001010 | 101110 | 0 | 101 | 10001 | 10101110 | 110101 | 1000000 |
Color Harmonies of #73D4CA
Complementary color
Monochromatic Colors of #73D4CA
Black with #73D4CA
Text Example
Text Example
White with #73D4CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D4CA; }
p { color: rgb(115,212,202); }
H1.HeaderClassName
{
color: #73D4CA;
}
.AnyTagClassName
{
color: #73D4CA;
}
</style>
background-color css
<style>
a { background-color: #73D4CA; }
a { background-color: rgb(115,212,202); }
div.DivClassName
{
background-color: #73D4CA;
}
.BgClassName
{
background-color: #73D4CA;
}
</style>
border-color css
<style>
span { border-color: #73D4CA; }
span { border-color: rgb(115,212,202); }
td.TdClassName
{
border-color: #73D4CA;
}
.TagClassName
{
border-color: #73D4CA;
}
</style>