Shades of Gossamer #3EA68C
Tints of Gossamer #3EA68C
RGB
CMYK
RGB Variations
Color information
#3EA68C (or 0x3EA68C) is known color: Gossamer. HEX triplet: 3E, A6 and 8C. RGB value is (62,166,140). Sum of RGB (Red+Green+Blue) = 62+166+140=368 (48% of max value = 765). Red value is 62 (24.61% from 255 or 16.85% from 368); Green value is 166 (65.23% from 255 or 45.11% from 368); Blue value is 140 (55.08% from 255 or 38.04% from 368); Max value from RGB is 166 - color contains mainly: green. Hex color #3EA68C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA68C is #C15973. Grayscale: #838383. Windows color (decimal): -12671348 or 9217598. OLE color: 9217598.
HSL color Cylindrical-coordinate representation of color #3EA68C: hue angle of 165º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3EA68C is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 62 | 166 | 140 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.35 |
| HSL | 165º | 0.46% | 0.45% | - |
| HSV(B) | 165º | 0.63% | 0.65% | - |
| XYZ | 20.36 | 30.19 | 29.57 | - |
| YUV | 131.94 | 132.54 | 78.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 166 | 140 | 0.63 | 0 | 0.16 | 0.35 | 165 | 0.46 | 0.45 |
| Hex | 3E | A6 | 8C | 3F | 0 | 10 | 23 | A5 | 2E | 2D |
| Octal | 76 | 246 | 214 | 77 | 0 | 20 | 43 | 245 | 56 | 55 |
| Binary | 111110 | 10100110 | 10001100 | 111111 | 0 | 10000 | 100011 | 10100101 | 101110 | 101101 |
Color Harmonies of #3EA68C
Complementary color
Monochromatic Colors of #3EA68C
Black with #3EA68C
Text Example
Text Example
White with #3EA68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA68C; }
p { color: rgb(62,166,140); }
H1.HeaderClassName
{
color: #3EA68C;
}
.AnyTagClassName
{
color: #3EA68C;
}
</style>
background-color css
<style>
a { background-color: #3EA68C; }
a { background-color: rgb(62,166,140); }
div.DivClassName
{
background-color: #3EA68C;
}
.BgClassName
{
background-color: #3EA68C;
}
</style>
border-color css
<style>
span { border-color: #3EA68C; }
span { border-color: rgb(62,166,140); }
td.TdClassName
{
border-color: #3EA68C;
}
.TagClassName
{
border-color: #3EA68C;
}
</style>