Shades of Downy #73DCB8
Tints of Downy #73DCB8
RGB
CMYK
RGB Variations
Color information
#73DCB8 (or 0x73DCB8) is known color: Downy. HEX triplet: 73, DC and B8. RGB value is (115,220,184). Sum of RGB (Red+Green+Blue) = 115+220+184=519 (68% of max value = 765). Red value is 115 (45.31% from 255 or 22.16% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 184 (72.27% from 255 or 35.45% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #73DCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #73DCB8 is #8C2347. Grayscale: #B8B8B8. Windows color (decimal): -9184072 or 12115059. OLE color: 12115059.
HSL color Cylindrical-coordinate representation of color #73DCB8: hue angle of 159.43º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #73DCB8 is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 115 | 220 | 184 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.14 |
| HSL | 159.43º | 0.6% | 0.66% | - |
| HSV(B) | 159.43º | 0.48% | 0.86% | - |
| XYZ | 41.32 | 58.29 | 54.42 | - |
| YUV | 184.5 | 127.71 | 78.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 220 | 184 | 0.48 | 0 | 0.16 | 0.14 | 159.43 | 0.6 | 0.66 |
| Hex | 73 | DC | B8 | 30 | 0 | 10 | E | 9F | 3C | 42 |
| Octal | 163 | 334 | 270 | 60 | 0 | 20 | 16 | 237 | 74 | 102 |
| Binary | 1110011 | 11011100 | 10111000 | 110000 | 0 | 10000 | 1110 | 10011111 | 111100 | 1000010 |
Color Harmonies of #73DCB8
Complementary color
Monochromatic Colors of #73DCB8
Black with #73DCB8
Text Example
Text Example
White with #73DCB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73DCB8; }
p { color: rgb(115,220,184); }
H1.HeaderClassName
{
color: #73DCB8;
}
.AnyTagClassName
{
color: #73DCB8;
}
</style>
background-color css
<style>
a { background-color: #73DCB8; }
a { background-color: rgb(115,220,184); }
div.DivClassName
{
background-color: #73DCB8;
}
.BgClassName
{
background-color: #73DCB8;
}
</style>
border-color css
<style>
span { border-color: #73DCB8; }
span { border-color: rgb(115,220,184); }
td.TdClassName
{
border-color: #73DCB8;
}
.TagClassName
{
border-color: #73DCB8;
}
</style>