Shades of Downy #74DEC5
Tints of Downy #74DEC5
RGB
CMYK
RGB Variations
Color information
#74DEC5 (or 0x74DEC5) is known color: Downy. HEX triplet: 74, DE and C5. RGB value is (116,222,197). Sum of RGB (Red+Green+Blue) = 116+222+197=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 222 (87.11% from 255 or 41.50% from 535); Blue value is 197 (77.34% from 255 or 36.82% from 535); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74DEC5 is #8B213A. Grayscale: #BBBBBB. Windows color (decimal): -9118011 or 12967540. OLE color: 12967540.
HSL color Cylindrical-coordinate representation of color #74DEC5: hue angle of 165.85º 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 #74DEC5 is Cyan = 0.48, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 197 | - |
| CMYK | 0.48 | 0 | 0.11 | 0.13 |
| HSL | 165.85º | 0.62% | 0.66% | - |
| HSV(B) | 165.85º | 0.48% | 0.87% | - |
| XYZ | 43.4 | 59.99 | 62.11 | - |
| YUV | 187.46 | 133.38 | 77.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 197 | 0.48 | 0 | 0.11 | 0.13 | 165.85 | 0.62 | 0.66 |
| Hex | 74 | DE | C5 | 30 | 0 | B | D | A6 | 3E | 42 |
| Octal | 164 | 336 | 305 | 60 | 0 | 13 | 15 | 246 | 76 | 102 |
| Binary | 1110100 | 11011110 | 11000101 | 110000 | 0 | 1011 | 1101 | 10100110 | 111110 | 1000010 |
Color Harmonies of #74DEC5
Complementary color
Monochromatic Colors of #74DEC5
Black with #74DEC5
Text Example
Text Example
White with #74DEC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEC5; }
p { color: rgb(116,222,197); }
H1.HeaderClassName
{
color: #74DEC5;
}
.AnyTagClassName
{
color: #74DEC5;
}
</style>
background-color css
<style>
a { background-color: #74DEC5; }
a { background-color: rgb(116,222,197); }
div.DivClassName
{
background-color: #74DEC5;
}
.BgClassName
{
background-color: #74DEC5;
}
</style>
border-color css
<style>
span { border-color: #74DEC5; }
span { border-color: rgb(116,222,197); }
td.TdClassName
{
border-color: #74DEC5;
}
.TagClassName
{
border-color: #74DEC5;
}
</style>