Shades of Downy #73CFBF
Tints of Downy #73CFBF
RGB
CMYK
RGB Variations
Color information
#73CFBF (or 0x73CFBF) is known color: Downy. HEX triplet: 73, CF and BF. RGB value is (115,207,191). Sum of RGB (Red+Green+Blue) = 115+207+191=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 207 (81.25% from 255 or 40.35% from 513); Blue value is 191 (75% from 255 or 37.23% from 513); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFBF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFBF is #8C3040. Grayscale: #B1B1B1. Windows color (decimal): -9187393 or 12570483. OLE color: 12570483.
HSL color Cylindrical-coordinate representation of color #73CFBF: hue angle of 169.57º 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 #73CFBF is Cyan = 0.44, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 191 | - |
| CMYK | 0.44 | 0 | 0.08 | 0.19 |
| HSL | 169.57º | 0.49% | 0.63% | - |
| HSV(B) | 169.57º | 0.44% | 0.81% | - |
| XYZ | 38.79 | 52.03 | 57.29 | - |
| YUV | 177.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 191 | 0.44 | 0 | 0.08 | 0.19 | 169.57 | 0.49 | 0.63 |
| Hex | 73 | CF | BF | 2C | 0 | 8 | 13 | AA | 31 | 3F |
| Octal | 163 | 317 | 277 | 54 | 0 | 10 | 23 | 252 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10111111 | 101100 | 0 | 1000 | 10011 | 10101010 | 110001 | 111111 |
Color Harmonies of #73CFBF
Complementary color
Monochromatic Colors of #73CFBF
Black with #73CFBF
Text Example
Text Example
White with #73CFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFBF; }
p { color: rgb(115,207,191); }
H1.HeaderClassName
{
color: #73CFBF;
}
.AnyTagClassName
{
color: #73CFBF;
}
</style>
background-color css
<style>
a { background-color: #73CFBF; }
a { background-color: rgb(115,207,191); }
div.DivClassName
{
background-color: #73CFBF;
}
.BgClassName
{
background-color: #73CFBF;
}
</style>
border-color css
<style>
span { border-color: #73CFBF; }
span { border-color: rgb(115,207,191); }
td.TdClassName
{
border-color: #73CFBF;
}
.TagClassName
{
border-color: #73CFBF;
}
</style>