Shades of Downy #73CDB7
Tints of Downy #73CDB7
RGB
CMYK
RGB Variations
Color information
#73CDB7 (or 0x73CDB7) is known color: Downy. HEX triplet: 73, CD and B7. RGB value is (115,205,183). Sum of RGB (Red+Green+Blue) = 115+205+183=503 (66% of max value = 765). Red value is 115 (45.31% from 255 or 22.86% from 503); Green value is 205 (80.47% from 255 or 40.76% from 503); Blue value is 183 (71.88% from 255 or 36.38% from 503); Max value from RGB is 205 - color contains mainly: green. Hex color #73CDB7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73CDB7 is #8C3248. Grayscale: #AFAFAF. Windows color (decimal): -9187913 or 12045683. OLE color: 12045683.
HSL color Cylindrical-coordinate representation of color #73CDB7: hue angle of 165.33º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #73CDB7 is Cyan = 0.44, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 115 | 205 | 183 | - |
| CMYK | 0.44 | 0 | 0.11 | 0.20 |
| HSL | 165.33º | 0.47% | 0.63% | - |
| HSV(B) | 165.33º | 0.44% | 0.8% | - |
| XYZ | 37.45 | 50.73 | 52.62 | - |
| YUV | 175.58 | 132.18 | 84.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 205 | 183 | 0.44 | 0 | 0.11 | 0.20 | 165.33 | 0.47 | 0.63 |
| Hex | 73 | CD | B7 | 2C | 0 | B | 14 | A5 | 2F | 3F |
| Octal | 163 | 315 | 267 | 54 | 0 | 13 | 24 | 245 | 57 | 77 |
| Binary | 1110011 | 11001101 | 10110111 | 101100 | 0 | 1011 | 10100 | 10100101 | 101111 | 111111 |
Color Harmonies of #73CDB7
Complementary color
Monochromatic Colors of #73CDB7
Black with #73CDB7
Text Example
Text Example
White with #73CDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73CDB7; }
p { color: rgb(115,205,183); }
H1.HeaderClassName
{
color: #73CDB7;
}
.AnyTagClassName
{
color: #73CDB7;
}
</style>
background-color css
<style>
a { background-color: #73CDB7; }
a { background-color: rgb(115,205,183); }
div.DivClassName
{
background-color: #73CDB7;
}
.BgClassName
{
background-color: #73CDB7;
}
</style>
border-color css
<style>
span { border-color: #73CDB7; }
span { border-color: rgb(115,205,183); }
td.TdClassName
{
border-color: #73CDB7;
}
.TagClassName
{
border-color: #73CDB7;
}
</style>