Shades of Gossamer #4EA78E
Tints of Gossamer #4EA78E
RGB
CMYK
RGB Variations
Color information
#4EA78E (or 0x4EA78E) is known color: Gossamer. HEX triplet: 4E, A7 and 8E. RGB value is (78,167,142). Sum of RGB (Red+Green+Blue) = 78+167+142=387 (51% of max value = 765). Red value is 78 (30.86% from 255 or 20.16% from 387); Green value is 167 (65.62% from 255 or 43.15% from 387); Blue value is 142 (55.86% from 255 or 36.69% from 387); Max value from RGB is 167 - color contains mainly: green. Hex color #4EA78E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA78E is #B15871. Grayscale: #898989. Windows color (decimal): -11622514 or 9348942. OLE color: 9348942.
HSL color Cylindrical-coordinate representation of color #4EA78E: hue angle of 163.15º degrees, saturation: 0.36, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4EA78E is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 78 | 167 | 142 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.35 |
| HSL | 163.15º | 0.36% | 0.48% | - |
| HSV(B) | 163.15º | 0.53% | 0.65% | - |
| XYZ | 21.84 | 31.21 | 30.46 | - |
| YUV | 137.54 | 130.51 | 85.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 167 | 142 | 0.53 | 0 | 0.15 | 0.35 | 163.15 | 0.36 | 0.48 |
| Hex | 4E | A7 | 8E | 35 | 0 | F | 23 | A3 | 24 | 30 |
| Octal | 116 | 247 | 216 | 65 | 0 | 17 | 43 | 243 | 44 | 60 |
| Binary | 1001110 | 10100111 | 10001110 | 110101 | 0 | 1111 | 100011 | 10100011 | 100100 | 110000 |
Color Harmonies of #4EA78E
Complementary color
Monochromatic Colors of #4EA78E
Black with #4EA78E
Text Example
Text Example
White with #4EA78E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA78E; }
p { color: rgb(78,167,142); }
H1.HeaderClassName
{
color: #4EA78E;
}
.AnyTagClassName
{
color: #4EA78E;
}
</style>
background-color css
<style>
a { background-color: #4EA78E; }
a { background-color: rgb(78,167,142); }
div.DivClassName
{
background-color: #4EA78E;
}
.BgClassName
{
background-color: #4EA78E;
}
</style>
border-color css
<style>
span { border-color: #4EA78E; }
span { border-color: rgb(78,167,142); }
td.TdClassName
{
border-color: #4EA78E;
}
.TagClassName
{
border-color: #4EA78E;
}
</style>