Shades of Downy #73CFC5
Tints of Downy #73CFC5
RGB
CMYK
RGB Variations
Color information
#73CFC5 (or 0x73CFC5) is known color: Downy. HEX triplet: 73, CF and C5. RGB value is (115,207,197). Sum of RGB (Red+Green+Blue) = 115+207+197=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 197 (77.34% from 255 or 37.96% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFC5 is #8C303A. Grayscale: #B2B2B2. Windows color (decimal): -9187387 or 12963699. OLE color: 12963699.
HSL color Cylindrical-coordinate representation of color #73CFC5: hue angle of 173.48º degrees, saturation: 0.49, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CFC5 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 197 | - |
| CMYK | 0.44 | 0 | 0.05 | 0.19 |
| HSL | 173.48º | 0.49% | 0.63% | - |
| HSV(B) | 173.48º | 0.44% | 0.81% | - |
| XYZ | 39.46 | 52.3 | 60.84 | - |
| YUV | 178.35 | 138.52 | 82.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 197 | 0.44 | 0 | 0.05 | 0.19 | 173.48 | 0.49 | 0.63 |
| Hex | 73 | CF | C5 | 2C | 0 | 5 | 13 | AD | 31 | 3F |
| Octal | 163 | 317 | 305 | 54 | 0 | 5 | 23 | 255 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11000101 | 101100 | 0 | 101 | 10011 | 10101101 | 110001 | 111111 |
Color Harmonies of #73CFC5
Complementary color
Monochromatic Colors of #73CFC5
Black with #73CFC5
Text Example
Text Example
White with #73CFC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFC5; }
p { color: rgb(115,207,197); }
H1.HeaderClassName
{
color: #73CFC5;
}
.AnyTagClassName
{
color: #73CFC5;
}
</style>
background-color css
<style>
a { background-color: #73CFC5; }
a { background-color: rgb(115,207,197); }
div.DivClassName
{
background-color: #73CFC5;
}
.BgClassName
{
background-color: #73CFC5;
}
</style>
border-color css
<style>
span { border-color: #73CFC5; }
span { border-color: rgb(115,207,197); }
td.TdClassName
{
border-color: #73CFC5;
}
.TagClassName
{
border-color: #73CFC5;
}
</style>