Shades of Downy #73CFB6
Tints of Downy #73CFB6
RGB
CMYK
RGB Variations
Color information
#73CFB6 (or 0x73CFB6) is known color: Downy. HEX triplet: 73, CF and B6. RGB value is (115,207,182). Sum of RGB (Red+Green+Blue) = 115+207+182=504 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.82% from 504); Green value is 207 (81.25% from 255 or 41.07% from 504); Blue value is 182 (71.48% from 255 or 36.11% from 504); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFB6 is #8C3049. Grayscale: #B0B0B0. Windows color (decimal): -9187402 or 11980659. OLE color: 11980659.
HSL color Cylindrical-coordinate representation of color #73CFB6: hue angle of 163.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 #73CFB6 is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 182 | - |
| CMYK | 0.44 | 0 | 0.12 | 0.19 |
| HSL | 163.7º | 0.49% | 0.63% | - |
| HSV(B) | 163.7º | 0.44% | 0.81% | - |
| XYZ | 37.83 | 51.65 | 52.23 | - |
| YUV | 176.64 | 131.02 | 84.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 182 | 0.44 | 0 | 0.12 | 0.19 | 163.7 | 0.49 | 0.63 |
| Hex | 73 | CF | B6 | 2C | 0 | C | 13 | A4 | 31 | 3F |
| Octal | 163 | 317 | 266 | 54 | 0 | 14 | 23 | 244 | 61 | 77 |
| Binary | 1110011 | 11001111 | 10110110 | 101100 | 0 | 1100 | 10011 | 10100100 | 110001 | 111111 |
Color Harmonies of #73CFB6
Complementary color
Monochromatic Colors of #73CFB6
Black with #73CFB6
Text Example
Text Example
White with #73CFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFB6; }
p { color: rgb(115,207,182); }
H1.HeaderClassName
{
color: #73CFB6;
}
.AnyTagClassName
{
color: #73CFB6;
}
</style>
background-color css
<style>
a { background-color: #73CFB6; }
a { background-color: rgb(115,207,182); }
div.DivClassName
{
background-color: #73CFB6;
}
.BgClassName
{
background-color: #73CFB6;
}
</style>
border-color css
<style>
span { border-color: #73CFB6; }
span { border-color: rgb(115,207,182); }
td.TdClassName
{
border-color: #73CFB6;
}
.TagClassName
{
border-color: #73CFB6;
}
</style>