Shades of Gossamer #3EA08E
Tints of Gossamer #3EA08E
RGB
CMYK
RGB Variations
Color information
#3EA08E (or 0x3EA08E) is known color: Gossamer. HEX triplet: 3E, A0 and 8E. RGB value is (62,160,142). Sum of RGB (Red+Green+Blue) = 62+160+142=364 (48% of max value = 765). Red value is 62 (24.61% from 255 or 17.03% from 364); Green value is 160 (62.89% from 255 or 43.96% from 364); Blue value is 142 (55.86% from 255 or 39.01% from 364); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA08E is #C15F71. Grayscale: #808080. Windows color (decimal): -12672882 or 9347134. OLE color: 9347134.
HSL color Cylindrical-coordinate representation of color #3EA08E: hue angle of 168.98º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3EA08E is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 142 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.37 |
| HSL | 168.98º | 0.44% | 0.44% | - |
| HSV(B) | 168.98º | 0.61% | 0.63% | - |
| XYZ | 19.44 | 28.12 | 29.99 | - |
| YUV | 128.65 | 135.53 | 80.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 142 | 0.61 | 0 | 0.11 | 0.37 | 168.98 | 0.44 | 0.44 |
| Hex | 3E | A0 | 8E | 3D | 0 | B | 25 | A9 | 2C | 2C |
| Octal | 76 | 240 | 216 | 75 | 0 | 13 | 45 | 251 | 54 | 54 |
| Binary | 111110 | 10100000 | 10001110 | 111101 | 0 | 1011 | 100101 | 10101001 | 101100 | 101100 |
Color Harmonies of #3EA08E
Complementary color
Monochromatic Colors of #3EA08E
Black with #3EA08E
Text Example
Text Example
White with #3EA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA08E; }
p { color: rgb(62,160,142); }
H1.HeaderClassName
{
color: #3EA08E;
}
.AnyTagClassName
{
color: #3EA08E;
}
</style>
background-color css
<style>
a { background-color: #3EA08E; }
a { background-color: rgb(62,160,142); }
div.DivClassName
{
background-color: #3EA08E;
}
.BgClassName
{
background-color: #3EA08E;
}
</style>
border-color css
<style>
span { border-color: #3EA08E; }
span { border-color: rgb(62,160,142); }
td.TdClassName
{
border-color: #3EA08E;
}
.TagClassName
{
border-color: #3EA08E;
}
</style>