Shades of Gossamer #3EA38E
Tints of Gossamer #3EA38E
RGB
CMYK
RGB Variations
Color information
#3EA38E (or 0x3EA38E) is known color: Gossamer. HEX triplet: 3E, A3 and 8E. RGB value is (62,163,142). Sum of RGB (Red+Green+Blue) = 62+163+142=367 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.89% from 367); Green value is 163 (64.06% from 255 or 44.41% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 163 - color contains mainly: green. Hex color #3EA38E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA38E is #C15C71. Grayscale: #828282. Windows color (decimal): -12672114 or 9347902. OLE color: 9347902.
HSL color Cylindrical-coordinate representation of color #3EA38E: hue angle of 167.52º degrees, saturation: 0.45, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3EA38E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 163 | 142 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.36 |
| HSL | 167.52º | 0.45% | 0.44% | - |
| HSV(B) | 167.52º | 0.62% | 0.64% | - |
| XYZ | 19.97 | 29.17 | 30.17 | - |
| YUV | 130.41 | 134.54 | 79.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 163 | 142 | 0.62 | 0 | 0.13 | 0.36 | 167.52 | 0.45 | 0.44 |
| Hex | 3E | A3 | 8E | 3E | 0 | D | 24 | A8 | 2D | 2C |
| Octal | 76 | 243 | 216 | 76 | 0 | 15 | 44 | 250 | 55 | 54 |
| Binary | 111110 | 10100011 | 10001110 | 111110 | 0 | 1101 | 100100 | 10101000 | 101101 | 101100 |
Color Harmonies of #3EA38E
Complementary color
Monochromatic Colors of #3EA38E
Black with #3EA38E
Text Example
Text Example
White with #3EA38E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA38E; }
p { color: rgb(62,163,142); }
H1.HeaderClassName
{
color: #3EA38E;
}
.AnyTagClassName
{
color: #3EA38E;
}
</style>
background-color css
<style>
a { background-color: #3EA38E; }
a { background-color: rgb(62,163,142); }
div.DivClassName
{
background-color: #3EA38E;
}
.BgClassName
{
background-color: #3EA38E;
}
</style>
border-color css
<style>
span { border-color: #3EA38E; }
span { border-color: rgb(62,163,142); }
td.TdClassName
{
border-color: #3EA38E;
}
.TagClassName
{
border-color: #3EA38E;
}
</style>