Shades of Downy #74DCB9
Tints of Downy #74DCB9
RGB
CMYK
RGB Variations
Color information
#74DCB9 (or 0x74DCB9) is known color: Downy. HEX triplet: 74, DC and B9. RGB value is (116,220,185). Sum of RGB (Red+Green+Blue) = 116+220+185=521 (69% of max value = 765). Red value is 116 (45.70% from 255 or 22.26% from 521); Green value is 220 (86.33% from 255 or 42.23% from 521); Blue value is 185 (72.66% from 255 or 35.51% from 521); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCB9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DCB9 is #8B2346. Grayscale: #B8B8B8. Windows color (decimal): -9118535 or 12180596. OLE color: 12180596.
HSL color Cylindrical-coordinate representation of color #74DCB9: hue angle of 159.81º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCB9 is Cyan = 0.47, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 185 | - |
| CMYK | 0.47 | 0 | 0.16 | 0.14 |
| HSL | 159.81º | 0.6% | 0.66% | - |
| HSV(B) | 159.81º | 0.47% | 0.86% | - |
| XYZ | 41.55 | 58.4 | 54.98 | - |
| YUV | 184.91 | 128.04 | 78.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 185 | 0.47 | 0 | 0.16 | 0.14 | 159.81 | 0.6 | 0.66 |
| Hex | 74 | DC | B9 | 2F | 0 | 10 | E | A0 | 3C | 42 |
| Octal | 164 | 334 | 271 | 57 | 0 | 20 | 16 | 240 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10111001 | 101111 | 0 | 10000 | 1110 | 10100000 | 111100 | 1000010 |
Color Harmonies of #74DCB9
Complementary color
Monochromatic Colors of #74DCB9
Black with #74DCB9
Text Example
Text Example
White with #74DCB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCB9; }
p { color: rgb(116,220,185); }
H1.HeaderClassName
{
color: #74DCB9;
}
.AnyTagClassName
{
color: #74DCB9;
}
</style>
background-color css
<style>
a { background-color: #74DCB9; }
a { background-color: rgb(116,220,185); }
div.DivClassName
{
background-color: #74DCB9;
}
.BgClassName
{
background-color: #74DCB9;
}
</style>
border-color css
<style>
span { border-color: #74DCB9; }
span { border-color: rgb(116,220,185); }
td.TdClassName
{
border-color: #74DCB9;
}
.TagClassName
{
border-color: #74DCB9;
}
</style>