Shades of Gossamer #4EA98C
Tints of Gossamer #4EA98C
RGB
CMYK
RGB Variations
Color information
#4EA98C (or 0x4EA98C) is known color: Gossamer. HEX triplet: 4E, A9 and 8C. RGB value is (78,169,140). Sum of RGB (Red+Green+Blue) = 78+169+140=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 169 (66.41% from 255 or 43.67% from 387); Blue value is 140 (55.08% from 255 or 36.18% from 387); Max value from RGB is 169 - color contains mainly: green. Hex color #4EA98C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA98C is #B15673. Grayscale: #8A8A8A. Windows color (decimal): -11622004 or 9218382. OLE color: 9218382.
HSL color Cylindrical-coordinate representation of color #4EA98C: hue angle of 160.88º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4EA98C is Cyan = 0.54, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 169 | 140 | - |
| CMYK | 0.54 | 0 | 0.17 | 0.34 |
| HSL | 160.88º | 0.37% | 0.48% | - |
| HSV(B) | 160.88º | 0.54% | 0.66% | - |
| XYZ | 22.06 | 31.89 | 29.8 | - |
| YUV | 138.49 | 128.85 | 84.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 169 | 140 | 0.54 | 0 | 0.17 | 0.34 | 160.88 | 0.37 | 0.48 |
| Hex | 4E | A9 | 8C | 36 | 0 | 11 | 22 | A1 | 25 | 30 |
| Octal | 116 | 251 | 214 | 66 | 0 | 21 | 42 | 241 | 45 | 60 |
| Binary | 1001110 | 10101001 | 10001100 | 110110 | 0 | 10001 | 100010 | 10100001 | 100101 | 110000 |
Color Harmonies of #4EA98C
Complementary color
Monochromatic Colors of #4EA98C
Black with #4EA98C
Text Example
Text Example
White with #4EA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA98C; }
p { color: rgb(78,169,140); }
H1.HeaderClassName
{
color: #4EA98C;
}
.AnyTagClassName
{
color: #4EA98C;
}
</style>
background-color css
<style>
a { background-color: #4EA98C; }
a { background-color: rgb(78,169,140); }
div.DivClassName
{
background-color: #4EA98C;
}
.BgClassName
{
background-color: #4EA98C;
}
</style>
border-color css
<style>
span { border-color: #4EA98C; }
span { border-color: rgb(78,169,140); }
td.TdClassName
{
border-color: #4EA98C;
}
.TagClassName
{
border-color: #4EA98C;
}
</style>