Shades of Gossamer #3EA08B
Tints of Gossamer #3EA08B
RGB
CMYK
RGB Variations
Color information
#3EA08B (or 0x3EA08B) is known color: Gossamer. HEX triplet: 3E, A0 and 8B. RGB value is (62,160,139). Sum of RGB (Red+Green+Blue) = 62+160+139=361 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.17% from 361); Green value is 160 (62.89% from 255 or 44.32% from 361); Blue value is 139 (54.69% from 255 or 38.50% from 361); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA08B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA08B is #C15F74. Grayscale: #808080. Windows color (decimal): -12672885 or 9150526. OLE color: 9150526.
HSL color Cylindrical-coordinate representation of color #3EA08B: hue angle of 167.14º 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 #3EA08B is Cyan = 0.61, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 139 | - |
| CMYK | 0.61 | 0 | 0.13 | 0.37 |
| HSL | 167.14º | 0.44% | 0.44% | - |
| HSV(B) | 167.14º | 0.61% | 0.63% | - |
| XYZ | 19.22 | 28.03 | 28.82 | - |
| YUV | 128.3 | 134.03 | 80.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 139 | 0.61 | 0 | 0.13 | 0.37 | 167.14 | 0.44 | 0.44 |
| Hex | 3E | A0 | 8B | 3D | 0 | D | 25 | A7 | 2C | 2C |
| Octal | 76 | 240 | 213 | 75 | 0 | 15 | 45 | 247 | 54 | 54 |
| Binary | 111110 | 10100000 | 10001011 | 111101 | 0 | 1101 | 100101 | 10100111 | 101100 | 101100 |
Color Harmonies of #3EA08B
Complementary color
Monochromatic Colors of #3EA08B
Black with #3EA08B
Text Example
Text Example
White with #3EA08B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA08B; }
p { color: rgb(62,160,139); }
H1.HeaderClassName
{
color: #3EA08B;
}
.AnyTagClassName
{
color: #3EA08B;
}
</style>
background-color css
<style>
a { background-color: #3EA08B; }
a { background-color: rgb(62,160,139); }
div.DivClassName
{
background-color: #3EA08B;
}
.BgClassName
{
background-color: #3EA08B;
}
</style>
border-color css
<style>
span { border-color: #3EA08B; }
span { border-color: rgb(62,160,139); }
td.TdClassName
{
border-color: #3EA08B;
}
.TagClassName
{
border-color: #3EA08B;
}
</style>