Shades of Downy #74E4C2
Tints of Downy #74E4C2
RGB
CMYK
RGB Variations
Color information
#74E4C2 (or 0x74E4C2) is known color: Downy. HEX triplet: 74, E4 and C2. RGB value is (116,228,194). Sum of RGB (Red+Green+Blue) = 116+228+194=538 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.56% from 538); Green value is 228 (89.45% from 255 or 42.38% from 538); Blue value is 194 (76.17% from 255 or 36.06% from 538); Max value from RGB is 228 - color contains mainly: green. Hex color #74E4C2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #74E4C2 is #8B1B3D. Grayscale: #BEBEBE. Windows color (decimal): -9116478 or 12772468. OLE color: 12772468.
HSL color Cylindrical-coordinate representation of color #74E4C2: hue angle of 161.79º degrees, saturation: 0.67, 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 #74E4C2 is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 116 | 228 | 194 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.11 |
| HSL | 161.79º | 0.67% | 0.67% | - |
| HSV(B) | 161.79º | 0.49% | 0.89% | - |
| XYZ | 44.68 | 63.09 | 60.86 | - |
| YUV | 190.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 228 | 194 | 0.49 | 0 | 0.15 | 0.11 | 161.79 | 0.67 | 0.67 |
| Hex | 74 | E4 | C2 | 31 | 0 | F | B | A2 | 43 | 43 |
| Octal | 164 | 344 | 302 | 61 | 0 | 17 | 13 | 242 | 103 | 103 |
| Binary | 1110100 | 11100100 | 11000010 | 110001 | 0 | 1111 | 1011 | 10100010 | 1000011 | 1000011 |
Color Harmonies of #74E4C2
Complementary color
Monochromatic Colors of #74E4C2
Black with #74E4C2
Text Example
Text Example
White with #74E4C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E4C2; }
p { color: rgb(116,228,194); }
H1.HeaderClassName
{
color: #74E4C2;
}
.AnyTagClassName
{
color: #74E4C2;
}
</style>
background-color css
<style>
a { background-color: #74E4C2; }
a { background-color: rgb(116,228,194); }
div.DivClassName
{
background-color: #74E4C2;
}
.BgClassName
{
background-color: #74E4C2;
}
</style>
border-color css
<style>
span { border-color: #74E4C2; }
span { border-color: rgb(116,228,194); }
td.TdClassName
{
border-color: #74E4C2;
}
.TagClassName
{
border-color: #74E4C2;
}
</style>