Shades of Gossamer #4EA888
Tints of Gossamer #4EA888
RGB
CMYK
RGB Variations
Color information
#4EA888 (or 0x4EA888) is known color: Gossamer. HEX triplet: 4E, A8 and 88. RGB value is (78,168,136). Sum of RGB (Red+Green+Blue) = 78+168+136=382 (50% of max value = 765). Red value is 78 (30.86% from 255 or 20.42% from 382); Green value is 168 (66.02% from 255 or 43.98% from 382); Blue value is 136 (53.52% from 255 or 35.60% from 382); Max value from RGB is 168 - color contains mainly: green. Hex color #4EA888 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4EA888 is #B15777. Grayscale: #898989. Windows color (decimal): -11622264 or 8955982. OLE color: 8955982.
HSL color Cylindrical-coordinate representation of color #4EA888: hue angle of 158.67º 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 #4EA888 is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 78 | 168 | 136 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.34 |
| HSL | 158.67º | 0.37% | 0.48% | - |
| HSV(B) | 158.67º | 0.54% | 0.66% | - |
| XYZ | 21.59 | 31.4 | 28.22 | - |
| YUV | 137.44 | 127.18 | 85.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 78 | 168 | 136 | 0.54 | 0 | 0.19 | 0.34 | 158.67 | 0.37 | 0.48 |
| Hex | 4E | A8 | 88 | 36 | 0 | 13 | 22 | 9F | 25 | 30 |
| Octal | 116 | 250 | 210 | 66 | 0 | 23 | 42 | 237 | 45 | 60 |
| Binary | 1001110 | 10101000 | 10001000 | 110110 | 0 | 10011 | 100010 | 10011111 | 100101 | 110000 |
Color Harmonies of #4EA888
Complementary color
Monochromatic Colors of #4EA888
Black with #4EA888
Text Example
Text Example
White with #4EA888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4EA888; }
p { color: rgb(78,168,136); }
H1.HeaderClassName
{
color: #4EA888;
}
.AnyTagClassName
{
color: #4EA888;
}
</style>
background-color css
<style>
a { background-color: #4EA888; }
a { background-color: rgb(78,168,136); }
div.DivClassName
{
background-color: #4EA888;
}
.BgClassName
{
background-color: #4EA888;
}
</style>
border-color css
<style>
span { border-color: #4EA888; }
span { border-color: rgb(78,168,136); }
td.TdClassName
{
border-color: #4EA888;
}
.TagClassName
{
border-color: #4EA888;
}
</style>