Shades of Downy #74E3BF
Tints of Downy #74E3BF
RGB
CMYK
RGB Variations
Color information
#74E3BF (or 0x74E3BF) is known color: Downy. HEX triplet: 74, E3 and BF. RGB value is (116,227,191). Sum of RGB (Red+Green+Blue) = 116+227+191=534 (70% of max value = 765). Red value is 116 (45.70% from 255 or 21.72% from 534); Green value is 227 (89.06% from 255 or 42.51% from 534); Blue value is 191 (75% from 255 or 35.77% from 534); Max value from RGB is 227 - color contains mainly: green. Hex color #74E3BF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E3BF is #8B1C40. Grayscale: #BDBDBD. Windows color (decimal): -9116737 or 12575604. OLE color: 12575604.
HSL color Cylindrical-coordinate representation of color #74E3BF: hue angle of 160.54º degrees, saturation: 0.66, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #74E3BF is Cyan = 0.49, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 227 | 191 | - |
| CMYK | 0.49 | 0 | 0.16 | 0.11 |
| HSL | 160.54º | 0.66% | 0.67% | - |
| HSV(B) | 160.54º | 0.49% | 0.89% | - |
| XYZ | 44.08 | 62.41 | 59.01 | - |
| YUV | 189.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 227 | 191 | 0.49 | 0 | 0.16 | 0.11 | 160.54 | 0.66 | 0.67 |
| Hex | 74 | E3 | BF | 31 | 0 | 10 | B | A1 | 42 | 43 |
| Octal | 164 | 343 | 277 | 61 | 0 | 20 | 13 | 241 | 102 | 103 |
| Binary | 1110100 | 11100011 | 10111111 | 110001 | 0 | 10000 | 1011 | 10100001 | 1000010 | 1000011 |
Color Harmonies of #74E3BF
Complementary color
Monochromatic Colors of #74E3BF
Black with #74E3BF
Text Example
Text Example
White with #74E3BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E3BF; }
p { color: rgb(116,227,191); }
H1.HeaderClassName
{
color: #74E3BF;
}
.AnyTagClassName
{
color: #74E3BF;
}
</style>
background-color css
<style>
a { background-color: #74E3BF; }
a { background-color: rgb(116,227,191); }
div.DivClassName
{
background-color: #74E3BF;
}
.BgClassName
{
background-color: #74E3BF;
}
</style>
border-color css
<style>
span { border-color: #74E3BF; }
span { border-color: rgb(116,227,191); }
td.TdClassName
{
border-color: #74E3BF;
}
.TagClassName
{
border-color: #74E3BF;
}
</style>