Shades of Downy #73CFC3
Tints of Downy #73CFC3
RGB
CMYK
RGB Variations
Color information
#73CFC3 (or 0x73CFC3) is known color: Downy. HEX triplet: 73, CF and C3. RGB value is (115,207,195). Sum of RGB (Red+Green+Blue) = 115+207+195=517 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.24% from 517); Green value is 207 (81.25% from 255 or 40.04% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 207 - color contains mainly: green. Hex color #73CFC3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CFC3 is #8C303C. Grayscale: #B2B2B2. Windows color (decimal): -9187389 or 12832627. OLE color: 12832627.
HSL color Cylindrical-coordinate representation of color #73CFC3: hue angle of 172.17º 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 #73CFC3 is Cyan = 0.44, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 207 | 195 | - |
| CMYK | 0.44 | 0 | 0.06 | 0.19 |
| HSL | 172.17º | 0.49% | 0.63% | - |
| HSV(B) | 172.17º | 0.44% | 0.81% | - |
| XYZ | 39.23 | 52.21 | 59.64 | - |
| YUV | 178.12 | 137.52 | 82.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 207 | 195 | 0.44 | 0 | 0.06 | 0.19 | 172.17 | 0.49 | 0.63 |
| Hex | 73 | CF | C3 | 2C | 0 | 6 | 13 | AC | 31 | 3F |
| Octal | 163 | 317 | 303 | 54 | 0 | 6 | 23 | 254 | 61 | 77 |
| Binary | 1110011 | 11001111 | 11000011 | 101100 | 0 | 110 | 10011 | 10101100 | 110001 | 111111 |
Color Harmonies of #73CFC3
Complementary color
Monochromatic Colors of #73CFC3
Black with #73CFC3
Text Example
Text Example
White with #73CFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CFC3; }
p { color: rgb(115,207,195); }
H1.HeaderClassName
{
color: #73CFC3;
}
.AnyTagClassName
{
color: #73CFC3;
}
</style>
background-color css
<style>
a { background-color: #73CFC3; }
a { background-color: rgb(115,207,195); }
div.DivClassName
{
background-color: #73CFC3;
}
.BgClassName
{
background-color: #73CFC3;
}
</style>
border-color css
<style>
span { border-color: #73CFC3; }
span { border-color: rgb(115,207,195); }
td.TdClassName
{
border-color: #73CFC3;
}
.TagClassName
{
border-color: #73CFC3;
}
</style>