Shades of Gossamer #3EA48E
Tints of Gossamer #3EA48E
RGB
CMYK
RGB Variations
Color information
#3EA48E (or 0x3EA48E) is known color: Gossamer. HEX triplet: 3E, A4 and 8E. RGB value is (62,164,142). Sum of RGB (Red+Green+Blue) = 62+164+142=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 164 (64.45% from 255 or 44.57% from 368); Blue value is 142 (55.86% from 255 or 38.59% from 368); Max value from RGB is 164 - color contains mainly: green. Hex color #3EA48E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA48E is #C15B71. Grayscale: #828282. Windows color (decimal): -12671858 or 9348158. OLE color: 9348158.
HSL color Cylindrical-coordinate representation of color #3EA48E: hue angle of 167.06º 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 #3EA48E is Cyan = 0.62, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 62 | 164 | 142 | - |
| CMYK | 0.62 | 0 | 0.13 | 0.36 |
| HSL | 167.06º | 0.45% | 0.44% | - |
| HSV(B) | 167.06º | 0.62% | 0.64% | - |
| XYZ | 20.14 | 29.53 | 30.23 | - |
| YUV | 130.99 | 134.21 | 78.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 164 | 142 | 0.62 | 0 | 0.13 | 0.36 | 167.06 | 0.45 | 0.44 |
| Hex | 3E | A4 | 8E | 3E | 0 | D | 24 | A7 | 2D | 2C |
| Octal | 76 | 244 | 216 | 76 | 0 | 15 | 44 | 247 | 55 | 54 |
| Binary | 111110 | 10100100 | 10001110 | 111110 | 0 | 1101 | 100100 | 10100111 | 101101 | 101100 |
Color Harmonies of #3EA48E
Complementary color
Monochromatic Colors of #3EA48E
Black with #3EA48E
Text Example
Text Example
White with #3EA48E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA48E; }
p { color: rgb(62,164,142); }
H1.HeaderClassName
{
color: #3EA48E;
}
.AnyTagClassName
{
color: #3EA48E;
}
</style>
background-color css
<style>
a { background-color: #3EA48E; }
a { background-color: rgb(62,164,142); }
div.DivClassName
{
background-color: #3EA48E;
}
.BgClassName
{
background-color: #3EA48E;
}
</style>
border-color css
<style>
span { border-color: #3EA48E; }
span { border-color: rgb(62,164,142); }
td.TdClassName
{
border-color: #3EA48E;
}
.TagClassName
{
border-color: #3EA48E;
}
</style>