Shades of Downy #73D5CB
Tints of Downy #73D5CB
RGB
CMYK
RGB Variations
Color information
#73D5CB (or 0x73D5CB) is known color: Downy. HEX triplet: 73, D5 and CB. RGB value is (115,213,203). Sum of RGB (Red+Green+Blue) = 115+213+203=531 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.66% from 531); Green value is 213 (83.59% from 255 or 40.11% from 531); Blue value is 203 (79.69% from 255 or 38.23% from 531); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5CB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5CB is #8C2A34. Grayscale: #B6B6B6. Windows color (decimal): -9185845 or 13358451. OLE color: 13358451.
HSL color Cylindrical-coordinate representation of color #73D5CB: hue angle of 173.88º 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 #73D5CB is Cyan = 0.46, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 203 | - |
| CMYK | 0.46 | 0 | 0.05 | 0.16 |
| HSL | 173.88º | 0.54% | 0.64% | - |
| HSV(B) | 173.88º | 0.46% | 0.84% | - |
| XYZ | 41.64 | 55.55 | 65.03 | - |
| YUV | 182.56 | 139.53 | 79.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 203 | 0.46 | 0 | 0.05 | 0.16 | 173.88 | 0.54 | 0.64 |
| Hex | 73 | D5 | CB | 2E | 0 | 5 | 10 | AE | 36 | 40 |
| Octal | 163 | 325 | 313 | 56 | 0 | 5 | 20 | 256 | 66 | 100 |
| Binary | 1110011 | 11010101 | 11001011 | 101110 | 0 | 101 | 10000 | 10101110 | 110110 | 1000000 |
Color Harmonies of #73D5CB
Complementary color
Monochromatic Colors of #73D5CB
Black with #73D5CB
Text Example
Text Example
White with #73D5CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5CB; }
p { color: rgb(115,213,203); }
H1.HeaderClassName
{
color: #73D5CB;
}
.AnyTagClassName
{
color: #73D5CB;
}
</style>
background-color css
<style>
a { background-color: #73D5CB; }
a { background-color: rgb(115,213,203); }
div.DivClassName
{
background-color: #73D5CB;
}
.BgClassName
{
background-color: #73D5CB;
}
</style>
border-color css
<style>
span { border-color: #73D5CB; }
span { border-color: rgb(115,213,203); }
td.TdClassName
{
border-color: #73D5CB;
}
.TagClassName
{
border-color: #73D5CB;
}
</style>