Shades of Downy #73CEC5
Tints of Downy #73CEC5
RGB
CMYK
RGB Variations
Color information
#73CEC5 (or 0x73CEC5) is known color: Downy. HEX triplet: 73, CE and C5. RGB value is (115,206,197). Sum of RGB (Red+Green+Blue) = 115+206+197=518 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.20% from 518); Green value is 206 (80.86% from 255 or 39.77% from 518); Blue value is 197 (77.34% from 255 or 38.03% from 518); Max value from RGB is 206 - color contains mainly: green. Hex color #73CEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CEC5 is #8C313A. Grayscale: #B1B1B1. Windows color (decimal): -9187643 or 12963443. OLE color: 12963443.
HSL color Cylindrical-coordinate representation of color #73CEC5: hue angle of 174.07º 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 #73CEC5 is Cyan = 0.44, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 115 | 206 | 197 | - |
| CMYK | 0.44 | 0 | 0.04 | 0.19 |
| HSL | 174.07º | 0.48% | 0.63% | - |
| HSV(B) | 174.07º | 0.44% | 0.81% | - |
| XYZ | 39.22 | 51.82 | 60.76 | - |
| YUV | 177.77 | 138.85 | 83.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 206 | 197 | 0.44 | 0 | 0.04 | 0.19 | 174.07 | 0.48 | 0.63 |
| Hex | 73 | CE | C5 | 2C | 0 | 4 | 13 | AE | 30 | 3F |
| Octal | 163 | 316 | 305 | 54 | 0 | 4 | 23 | 256 | 60 | 77 |
| Binary | 1110011 | 11001110 | 11000101 | 101100 | 0 | 100 | 10011 | 10101110 | 110000 | 111111 |
Color Harmonies of #73CEC5
Complementary color
Monochromatic Colors of #73CEC5
Black with #73CEC5
Text Example
Text Example
White with #73CEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CEC5; }
p { color: rgb(115,206,197); }
H1.HeaderClassName
{
color: #73CEC5;
}
.AnyTagClassName
{
color: #73CEC5;
}
</style>
background-color css
<style>
a { background-color: #73CEC5; }
a { background-color: rgb(115,206,197); }
div.DivClassName
{
background-color: #73CEC5;
}
.BgClassName
{
background-color: #73CEC5;
}
</style>
border-color css
<style>
span { border-color: #73CEC5; }
span { border-color: rgb(115,206,197); }
td.TdClassName
{
border-color: #73CEC5;
}
.TagClassName
{
border-color: #73CEC5;
}
</style>