Shades of Downy #74E6BC
Tints of Downy #74E6BC
RGB
CMYK
RGB Variations
Color information
#74E6BC (or 0x74E6BC) is known color: Downy. HEX triplet: 74, E6 and BC. RGB value is (116,230,188). Sum of RGB (Red+Green+Blue) = 116+230+188=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 230 (90.23% from 255 or 43.07% from 534); Blue value is 188 (73.83% from 255 or 35.21% from 534); Max value from RGB is 230 - color contains mainly: green. Hex color #74E6BC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E6BC is #8B1943. Grayscale: #BFBFBF. Windows color (decimal): -9115972 or 12379764. OLE color: 12379764.
HSL color Cylindrical-coordinate representation of color #74E6BC: hue angle of 157.89º degrees, saturation: 0.7, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E6BC is Cyan = 0.50, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 116 | 230 | 188 | - |
| CMYK | 0.50 | 0 | 0.18 | 0.10 |
| HSL | 157.89º | 0.7% | 0.68% | - |
| HSV(B) | 157.89º | 0.5% | 0.9% | - |
| XYZ | 44.58 | 63.94 | 57.57 | - |
| YUV | 191.13 | 126.23 | 74.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 230 | 188 | 0.50 | 0 | 0.18 | 0.10 | 157.89 | 0.7 | 0.68 |
| Hex | 74 | E6 | BC | 32 | 0 | 12 | A | 9E | 46 | 44 |
| Octal | 164 | 346 | 274 | 62 | 0 | 22 | 12 | 236 | 106 | 104 |
| Binary | 1110100 | 11100110 | 10111100 | 110010 | 0 | 10010 | 1010 | 10011110 | 1000110 | 1000100 |
Color Harmonies of #74E6BC
Complementary color
Monochromatic Colors of #74E6BC
Black with #74E6BC
Text Example
Text Example
White with #74E6BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E6BC; }
p { color: rgb(116,230,188); }
H1.HeaderClassName
{
color: #74E6BC;
}
.AnyTagClassName
{
color: #74E6BC;
}
</style>
background-color css
<style>
a { background-color: #74E6BC; }
a { background-color: rgb(116,230,188); }
div.DivClassName
{
background-color: #74E6BC;
}
.BgClassName
{
background-color: #74E6BC;
}
</style>
border-color css
<style>
span { border-color: #74E6BC; }
span { border-color: rgb(116,230,188); }
td.TdClassName
{
border-color: #74E6BC;
}
.TagClassName
{
border-color: #74E6BC;
}
</style>