Shades of Gossamer #3EA081
Tints of Gossamer #3EA081
RGB
CMYK
RGB Variations
Color information
#3EA081 (or 0x3EA081) is known color: Gossamer. HEX triplet: 3E, A0 and 81. RGB value is (62,160,129). Sum of RGB (Red+Green+Blue) = 62+160+129=351 (46% of max value = 765). Red value is 62 (24.61% from 255 or 17.66% from 351); Green value is 160 (62.89% from 255 or 45.58% from 351); Blue value is 129 (50.78% from 255 or 36.75% from 351); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA081 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA081 is #C15F7E. Grayscale: #7F7F7F. Windows color (decimal): -12672895 or 8495166. OLE color: 8495166.
HSL color Cylindrical-coordinate representation of color #3EA081: hue angle of 161.02º 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 #3EA081 is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 129 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.37 |
| HSL | 161.02º | 0.44% | 0.44% | - |
| HSV(B) | 161.02º | 0.61% | 0.63% | - |
| XYZ | 18.52 | 27.75 | 25.15 | - |
| YUV | 127.16 | 129.03 | 81.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 129 | 0.61 | 0 | 0.19 | 0.37 | 161.02 | 0.44 | 0.44 |
| Hex | 3E | A0 | 81 | 3D | 0 | 13 | 25 | A1 | 2C | 2C |
| Octal | 76 | 240 | 201 | 75 | 0 | 23 | 45 | 241 | 54 | 54 |
| Binary | 111110 | 10100000 | 10000001 | 111101 | 0 | 10011 | 100101 | 10100001 | 101100 | 101100 |
Color Harmonies of #3EA081
Complementary color
Monochromatic Colors of #3EA081
Black with #3EA081
Text Example
Text Example
White with #3EA081
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA081; }
p { color: rgb(62,160,129); }
H1.HeaderClassName
{
color: #3EA081;
}
.AnyTagClassName
{
color: #3EA081;
}
</style>
background-color css
<style>
a { background-color: #3EA081; }
a { background-color: rgb(62,160,129); }
div.DivClassName
{
background-color: #3EA081;
}
.BgClassName
{
background-color: #3EA081;
}
</style>
border-color css
<style>
span { border-color: #3EA081; }
span { border-color: rgb(62,160,129); }
td.TdClassName
{
border-color: #3EA081;
}
.TagClassName
{
border-color: #3EA081;
}
</style>