Shades of Downy #74DDC9
Tints of Downy #74DDC9
RGB
CMYK
RGB Variations
Color information
#74DDC9 (or 0x74DDC9) is known color: Downy. HEX triplet: 74, DD and C9. RGB value is (116,221,201). Sum of RGB (Red+Green+Blue) = 116+221+201=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 221 (86.72% from 255 or 41.08% from 538); Blue value is 201 (78.91% from 255 or 37.36% from 538); Max value from RGB is 221 - color contains mainly: green. Hex color #74DDC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DDC9 is #8B2236. Grayscale: #BBBBBB. Windows color (decimal): -9118263 or 13229428. OLE color: 13229428.
HSL color Cylindrical-coordinate representation of color #74DDC9: hue angle of 168.57º 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 #74DDC9 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 221 | 201 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.57º | 0.61% | 0.66% | - |
| HSV(B) | 168.57º | 0.48% | 0.87% | - |
| XYZ | 43.6 | 59.64 | 64.47 | - |
| YUV | 187.33 | 135.71 | 77.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 221 | 201 | 0.48 | 0 | 0.09 | 0.13 | 168.57 | 0.61 | 0.66 |
| Hex | 74 | DD | C9 | 30 | 0 | 9 | D | A9 | 3D | 42 |
| Octal | 164 | 335 | 311 | 60 | 0 | 11 | 15 | 251 | 75 | 102 |
| Binary | 1110100 | 11011101 | 11001001 | 110000 | 0 | 1001 | 1101 | 10101001 | 111101 | 1000010 |
Color Harmonies of #74DDC9
Complementary color
Monochromatic Colors of #74DDC9
Black with #74DDC9
Text Example
Text Example
White with #74DDC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DDC9; }
p { color: rgb(116,221,201); }
H1.HeaderClassName
{
color: #74DDC9;
}
.AnyTagClassName
{
color: #74DDC9;
}
</style>
background-color css
<style>
a { background-color: #74DDC9; }
a { background-color: rgb(116,221,201); }
div.DivClassName
{
background-color: #74DDC9;
}
.BgClassName
{
background-color: #74DDC9;
}
</style>
border-color css
<style>
span { border-color: #74DDC9; }
span { border-color: rgb(116,221,201); }
td.TdClassName
{
border-color: #74DDC9;
}
.TagClassName
{
border-color: #74DDC9;
}
</style>