Shades of Downy #73CEC0
Tints of Downy #73CEC0
RGB
CMYK
RGB Variations
Color information
#73CEC0 (or 0x73CEC0) is known color: Downy. HEX triplet: 73, CE and C0. RGB value is (115,206,192). Sum of RGB (Red+Green+Blue) = 115+206+192=513 (67% of max value = 765). Red value is 115 (45.31% from 255 or 22.42% from 513); Green value is 206 (80.86% from 255 or 40.16% from 513); Blue value is 192 (75.39% from 255 or 37.43% from 513); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEC0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEC0 is #8C313F. Grayscale: #B1B1B1. Windows color (decimal): -9187648 or 12635763. OLE color: 12635763.
HSL color Cylindrical-coordinate representation of color #73CEC0: hue angle of 170.77º degrees, saturation: 0.48, 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 #73CEC0 is Cyan = 0.44, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 192 | - |
| CMYK | 0.44 | 0 | 0.07 | 0.19 |
| HSL | 170.77º | 0.48% | 0.63% | - |
| HSV(B) | 170.77º | 0.44% | 0.81% | - |
| XYZ | 38.66 | 51.59 | 57.79 | - |
| YUV | 177.2 | 136.35 | 83.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 192 | 0.44 | 0 | 0.07 | 0.19 | 170.77 | 0.48 | 0.63 |
| Hex | 73 | CE | C0 | 2C | 0 | 7 | 13 | AB | 30 | 3F |
| Octal | 163 | 316 | 300 | 54 | 0 | 7 | 23 | 253 | 60 | 77 |
| Binary | 1110011 | 11001110 | 11000000 | 101100 | 0 | 111 | 10011 | 10101011 | 110000 | 111111 |
Color Harmonies of #73CEC0
Complementary color
Monochromatic Colors of #73CEC0
Black with #73CEC0
Text Example
Text Example
White with #73CEC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEC0; }
p { color: rgb(115,206,192); }
H1.HeaderClassName
{
color: #73CEC0;
}
.AnyTagClassName
{
color: #73CEC0;
}
</style>
background-color css
<style>
a { background-color: #73CEC0; }
a { background-color: rgb(115,206,192); }
div.DivClassName
{
background-color: #73CEC0;
}
.BgClassName
{
background-color: #73CEC0;
}
</style>
border-color css
<style>
span { border-color: #73CEC0; }
span { border-color: rgb(115,206,192); }
td.TdClassName
{
border-color: #73CEC0;
}
.TagClassName
{
border-color: #73CEC0;
}
</style>