Shades of Downy #74E5BE
Tints of Downy #74E5BE
RGB
CMYK
RGB Variations
Color information
#74E5BE (or 0x74E5BE) is known color: Downy. HEX triplet: 74, E5 and BE. RGB value is (116,229,190). Sum of RGB (Red+Green+Blue) = 116+229+190=535 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.68% from 535); Green value is 229 (89.84% from 255 or 42.80% from 535); Blue value is 190 (74.61% from 255 or 35.51% from 535); Max value from RGB is 229 - color contains mainly: green. Hex color #74E5BE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E5BE is #8B1A41. Grayscale: #BEBEBE. Windows color (decimal): -9116226 or 12510580. OLE color: 12510580.
HSL color Cylindrical-coordinate representation of color #74E5BE: hue angle of 159.29º degrees, saturation: 0.68, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E5BE is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 229 | 190 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.10 |
| HSL | 159.29º | 0.68% | 0.68% | - |
| HSV(B) | 159.29º | 0.49% | 0.9% | - |
| XYZ | 44.52 | 63.47 | 58.62 | - |
| YUV | 190.77 | 127.56 | 74.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 229 | 190 | 0.49 | 0 | 0.17 | 0.10 | 159.29 | 0.68 | 0.68 |
| Hex | 74 | E5 | BE | 31 | 0 | 11 | A | 9F | 44 | 44 |
| Octal | 164 | 345 | 276 | 61 | 0 | 21 | 12 | 237 | 104 | 104 |
| Binary | 1110100 | 11100101 | 10111110 | 110001 | 0 | 10001 | 1010 | 10011111 | 1000100 | 1000100 |
Color Harmonies of #74E5BE
Complementary color
Monochromatic Colors of #74E5BE
Black with #74E5BE
Text Example
Text Example
White with #74E5BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E5BE; }
p { color: rgb(116,229,190); }
H1.HeaderClassName
{
color: #74E5BE;
}
.AnyTagClassName
{
color: #74E5BE;
}
</style>
background-color css
<style>
a { background-color: #74E5BE; }
a { background-color: rgb(116,229,190); }
div.DivClassName
{
background-color: #74E5BE;
}
.BgClassName
{
background-color: #74E5BE;
}
</style>
border-color css
<style>
span { border-color: #74E5BE; }
span { border-color: rgb(116,229,190); }
td.TdClassName
{
border-color: #74E5BE;
}
.TagClassName
{
border-color: #74E5BE;
}
</style>