Shades of Downy #73D5CE
Tints of Downy #73D5CE
RGB
CMYK
RGB Variations
Color information
#73D5CE (or 0x73D5CE) is known color: Downy. HEX triplet: 73, D5 and CE. RGB value is (115,213,206). Sum of RGB (Red+Green+Blue) = 115+213+206=534 (70% of max value = 765). Red value is 115 (45.31% from 255 or 21.54% from 534); Green value is 213 (83.59% from 255 or 39.89% from 534); Blue value is 206 (80.86% from 255 or 38.58% from 534); Max value from RGB is 213 - color contains mainly: green. Hex color #73D5CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73D5CE is #8C2A31. Grayscale: #B6B6B6. Windows color (decimal): -9185842 or 13555059. OLE color: 13555059.
HSL color Cylindrical-coordinate representation of color #73D5CE: hue angle of 175.71º 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 #73D5CE is Cyan = 0.46, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 115 | 213 | 206 | - |
| CMYK | 0.46 | 0 | 0.03 | 0.16 |
| HSL | 175.71º | 0.54% | 0.64% | - |
| HSV(B) | 175.71º | 0.46% | 0.84% | - |
| XYZ | 42.01 | 55.69 | 66.93 | - |
| YUV | 182.9 | 141.03 | 79.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 213 | 206 | 0.46 | 0 | 0.03 | 0.16 | 175.71 | 0.54 | 0.64 |
| Hex | 73 | D5 | CE | 2E | 0 | 3 | 10 | B0 | 36 | 40 |
| Octal | 163 | 325 | 316 | 56 | 0 | 3 | 20 | 260 | 66 | 100 |
| Binary | 1110011 | 11010101 | 11001110 | 101110 | 0 | 11 | 10000 | 10110000 | 110110 | 1000000 |
Color Harmonies of #73D5CE
Complementary color
Monochromatic Colors of #73D5CE
Black with #73D5CE
Text Example
Text Example
White with #73D5CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73D5CE; }
p { color: rgb(115,213,206); }
H1.HeaderClassName
{
color: #73D5CE;
}
.AnyTagClassName
{
color: #73D5CE;
}
</style>
background-color css
<style>
a { background-color: #73D5CE; }
a { background-color: rgb(115,213,206); }
div.DivClassName
{
background-color: #73D5CE;
}
.BgClassName
{
background-color: #73D5CE;
}
</style>
border-color css
<style>
span { border-color: #73D5CE; }
span { border-color: rgb(115,213,206); }
td.TdClassName
{
border-color: #73D5CE;
}
.TagClassName
{
border-color: #73D5CE;
}
</style>