Shades of Downy #74DDB5
Tints of Downy #74DDB5
RGB
CMYK
RGB Variations
Color information
#74DDB5 (or 0x74DDB5) is known color: Downy. HEX triplet: 74, DD and B5. RGB value is (116,221,181). Sum of RGB (Red+Green+Blue) = 116+221+181=518 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.39% from 518); Green value is 221 (86.72% from 255 or 42.66% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDB5 is #8B224A. Grayscale: #B9B9B9. Windows color (decimal): -9118283 or 11918708. OLE color: 11918708.
HSL color Cylindrical-coordinate representation of color #74DDB5: hue angle of 157.14º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DDB5 is Cyan = 0.48, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 181 | - |
| CMYK | 0.48 | 0 | 0.18 | 0.13 |
| HSL | 157.14º | 0.61% | 0.66% | - |
| HSV(B) | 157.14º | 0.48% | 0.87% | - |
| XYZ | 41.4 | 58.76 | 52.88 | - |
| YUV | 185.05 | 125.71 | 78.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 181 | 0.48 | 0 | 0.18 | 0.13 | 157.14 | 0.61 | 0.66 |
| Hex | 74 | DD | B5 | 30 | 0 | 12 | D | 9D | 3D | 42 |
| Octal | 164 | 335 | 265 | 60 | 0 | 22 | 15 | 235 | 75 | 102 |
| Binary | 1110100 | 11011101 | 10110101 | 110000 | 0 | 10010 | 1101 | 10011101 | 111101 | 1000010 |
Color Harmonies of #74DDB5
Complementary color
Monochromatic Colors of #74DDB5
Black with #74DDB5
Text Example
Text Example
White with #74DDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDB5; }
p { color: rgb(116,221,181); }
H1.HeaderClassName
{
color: #74DDB5;
}
.AnyTagClassName
{
color: #74DDB5;
}
</style>
background-color css
<style>
a { background-color: #74DDB5; }
a { background-color: rgb(116,221,181); }
div.DivClassName
{
background-color: #74DDB5;
}
.BgClassName
{
background-color: #74DDB5;
}
</style>
border-color css
<style>
span { border-color: #74DDB5; }
span { border-color: rgb(116,221,181); }
td.TdClassName
{
border-color: #74DDB5;
}
.TagClassName
{
border-color: #74DDB5;
}
</style>