Shades of Downy #74DEC9
Tints of Downy #74DEC9
RGB
CMYK
RGB Variations
Color information
#74DEC9 (or 0x74DEC9) is known color: Downy. HEX triplet: 74, DE and C9. RGB value is (116,222,201). Sum of RGB (Red+Green+Blue) = 116+222+201=539 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.52% from 539); Green value is 222 (87.11% from 255 or 41.19% from 539); Blue value is 201 (78.91% from 255 or 37.29% from 539); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEC9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEC9 is #8B2136. Grayscale: #BBBBBB. Windows color (decimal): -9118007 or 13229684. OLE color: 13229684.
HSL color Cylindrical-coordinate representation of color #74DEC9: hue angle of 168.11º degrees, saturation: 0.62, 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 #74DEC9 is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 201 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.13 |
| HSL | 168.11º | 0.62% | 0.66% | - |
| HSV(B) | 168.11º | 0.48% | 0.87% | - |
| XYZ | 43.87 | 60.17 | 64.56 | - |
| YUV | 187.91 | 135.38 | 76.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 201 | 0.48 | 0 | 0.09 | 0.13 | 168.11 | 0.62 | 0.66 |
| Hex | 74 | DE | C9 | 30 | 0 | 9 | D | A8 | 3E | 42 |
| Octal | 164 | 336 | 311 | 60 | 0 | 11 | 15 | 250 | 76 | 102 |
| Binary | 1110100 | 11011110 | 11001001 | 110000 | 0 | 1001 | 1101 | 10101000 | 111110 | 1000010 |
Color Harmonies of #74DEC9
Complementary color
Monochromatic Colors of #74DEC9
Black with #74DEC9
Text Example
Text Example
White with #74DEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEC9; }
p { color: rgb(116,222,201); }
H1.HeaderClassName
{
color: #74DEC9;
}
.AnyTagClassName
{
color: #74DEC9;
}
</style>
background-color css
<style>
a { background-color: #74DEC9; }
a { background-color: rgb(116,222,201); }
div.DivClassName
{
background-color: #74DEC9;
}
.BgClassName
{
background-color: #74DEC9;
}
</style>
border-color css
<style>
span { border-color: #74DEC9; }
span { border-color: rgb(116,222,201); }
td.TdClassName
{
border-color: #74DEC9;
}
.TagClassName
{
border-color: #74DEC9;
}
</style>