Shades of Downy #73CFCD
Tints of Downy #73CFCD
RGB
CMYK
RGB Variations
Color information
#73CFCD (or 0x73CFCD) is known color: Downy. HEX triplet: 73, CF and CD. RGB value is (115,207,205). Sum of RGB (Red+Green+Blue) = 115+207+205=527 (69% of max value = 765). Red value is 115 (45.31% from 255 or 21.82% from 527); Green value is 207 (81.25% from 255 or 39.28% from 527); Blue value is 205 (80.47% from 255 or 38.90% from 527); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFCD is #8C3032. Grayscale: #B3B3B3. Windows color (decimal): -9187379 or 13487987. OLE color: 13487987.
HSL color Cylindrical-coordinate representation of color #73CFCD: hue angle of 178.7º 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 #73CFCD is Cyan = 0.44, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 205 | - |
| CMYK | 0.44 | 0 | 0.01 | 0.19 |
| HSL | 178.7º | 0.49% | 0.63% | - |
| HSV(B) | 178.7º | 0.44% | 0.81% | - |
| XYZ | 40.4 | 52.68 | 65.8 | - |
| YUV | 179.26 | 142.52 | 82.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 205 | 0.44 | 0 | 0.01 | 0.19 | 178.7 | 0.49 | 0.63 |
| Hex | 73 | CF | CD | 2C | 0 | 1 | 13 | B3 | 31 | 3F |
| Octal | 163 | 317 | 315 | 54 | 0 | 1 | 23 | 263 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11001101 | 101100 | 0 | 1 | 10011 | 10110011 | 110001 | 111111 |
Color Harmonies of #73CFCD
Complementary color
Monochromatic Colors of #73CFCD
Black with #73CFCD
Text Example
Text Example
White with #73CFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFCD; }
p { color: rgb(115,207,205); }
H1.HeaderClassName
{
color: #73CFCD;
}
.AnyTagClassName
{
color: #73CFCD;
}
</style>
background-color css
<style>
a { background-color: #73CFCD; }
a { background-color: rgb(115,207,205); }
div.DivClassName
{
background-color: #73CFCD;
}
.BgClassName
{
background-color: #73CFCD;
}
</style>
border-color css
<style>
span { border-color: #73CFCD; }
span { border-color: rgb(115,207,205); }
td.TdClassName
{
border-color: #73CFCD;
}
.TagClassName
{
border-color: #73CFCD;
}
</style>