Shades of Downy #74E9C7
Tints of Downy #74E9C7
RGB
CMYK
RGB Variations
Color information
#74E9C7 (or 0x74E9C7) is known color: Downy. HEX triplet: 74, E9 and C7. RGB value is (116,233,199). Sum of RGB (Red+Green+Blue) = 116+233+199=548 (72% of max value = 765). Red value is 116 (45.70% from 255 or 21.17% from 548); Green value is 233 (91.41% from 255 or 42.52% from 548); Blue value is 199 (78.12% from 255 or 36.31% from 548); Max value from RGB is 233 - color contains mainly: green. Hex color #74E9C7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74E9C7 is #8B1638. Grayscale: #C2C2C2. Windows color (decimal): -9115193 or 13101428. OLE color: 13101428.
HSL color Cylindrical-coordinate representation of color #74E9C7: hue angle of 162.56º degrees, saturation: 0.73, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #74E9C7 is Cyan = 0.50, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 116 | 233 | 199 | - |
| CMYK | 0.50 | 0 | 0.15 | 0.09 |
| HSL | 162.56º | 0.73% | 0.68% | - |
| HSV(B) | 162.56º | 0.5% | 0.91% | - |
| XYZ | 46.65 | 66.11 | 64.34 | - |
| YUV | 194.14 | 130.74 | 72.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 233 | 199 | 0.50 | 0 | 0.15 | 0.09 | 162.56 | 0.73 | 0.68 |
| Hex | 74 | E9 | C7 | 32 | 0 | F | 9 | A3 | 49 | 44 |
| Octal | 164 | 351 | 307 | 62 | 0 | 17 | 11 | 243 | 111 | 104 |
| Binary | 1110100 | 11101001 | 11000111 | 110010 | 0 | 1111 | 1001 | 10100011 | 1001001 | 1000100 |
Color Harmonies of #74E9C7
Complementary color
Monochromatic Colors of #74E9C7
Black with #74E9C7
Text Example
Text Example
White with #74E9C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74E9C7; }
p { color: rgb(116,233,199); }
H1.HeaderClassName
{
color: #74E9C7;
}
.AnyTagClassName
{
color: #74E9C7;
}
</style>
background-color css
<style>
a { background-color: #74E9C7; }
a { background-color: rgb(116,233,199); }
div.DivClassName
{
background-color: #74E9C7;
}
.BgClassName
{
background-color: #74E9C7;
}
</style>
border-color css
<style>
span { border-color: #74E9C7; }
span { border-color: rgb(116,233,199); }
td.TdClassName
{
border-color: #74E9C7;
}
.TagClassName
{
border-color: #74E9C7;
}
</style>