Shades of Downy #73CACB
Tints of Downy #73CACB
RGB
CMYK
RGB Variations
Color information
#73CACB (or 0x73CACB) is known color: Downy. HEX triplet: 73, CA and CB. RGB value is (115,202,203). Sum of RGB (Red+Green+Blue) = 115+202+203=520 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.12% from 520); Green value is 202 (79.30% from 255 or 38.85% from 520); Blue value is 203 (79.69% from 255 or 39.04% from 520); Max value from RGB is 203 - color contains mainly: blue. Hex color #73CACB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CACB is #8C3534. Grayscale: #B0B0B0. Windows color (decimal): -9188661 or 13355635. OLE color: 13355635.
HSL color Cylindrical-coordinate representation of color #73CACB: hue angle of 180.68º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #73CACB is Cyan = 0.43, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 202 | 203 | - |
| CMYK | 0.43 | 0.00 | 0 | 0.20 |
| HSL | 180.68º | 0.46% | 0.62% | - |
| HSV(B) | 180.68º | 0.43% | 0.8% | - |
| XYZ | 38.97 | 50.2 | 64.14 | - |
| YUV | 176.1 | 143.18 | 84.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 202 | 203 | 0.43 | 0.00 | 0 | 0.20 | 180.68 | 0.46 | 0.62 |
| Hex | 73 | CA | CB | 2B | 0 | 0 | 14 | B5 | 2E | 3E |
| Octal | 163 | 312 | 313 | 53 | 0 | 0 | 24 | 265 | 56 | 76 |
| Binary | 1110011 | 11001010 | 11001011 | 101011 | 0 | 0 | 10100 | 10110101 | 101110 | 111110 |
Color Harmonies of #73CACB
Complementary color
Monochromatic Colors of #73CACB
Black with #73CACB
Text Example
Text Example
White with #73CACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CACB; }
p { color: rgb(115,202,203); }
H1.HeaderClassName
{
color: #73CACB;
}
.AnyTagClassName
{
color: #73CACB;
}
</style>
background-color css
<style>
a { background-color: #73CACB; }
a { background-color: rgb(115,202,203); }
div.DivClassName
{
background-color: #73CACB;
}
.BgClassName
{
background-color: #73CACB;
}
</style>
border-color css
<style>
span { border-color: #73CACB; }
span { border-color: rgb(115,202,203); }
td.TdClassName
{
border-color: #73CACB;
}
.TagClassName
{
border-color: #73CACB;
}
</style>