Shades of Gossamer #3EA07C
Tints of Gossamer #3EA07C
RGB
CMYK
RGB Variations
Color information
#3EA07C (or 0x3EA07C) is known color: Gossamer. HEX triplet: 3E, A0 and 7C. RGB value is (62,160,124). Sum of RGB (Red+Green+Blue) = 62+160+124=346 (45% of max value = 765). Red value is 62 (24.61% from 255 or 17.92% from 346); Green value is 160 (62.89% from 255 or 46.24% from 346); Blue value is 124 (48.83% from 255 or 35.84% from 346); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA07C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3EA07C is #C15F83. Grayscale: #7E7E7E. Windows color (decimal): -12672900 or 8167486. OLE color: 8167486.
HSL color Cylindrical-coordinate representation of color #3EA07C: hue angle of 157.96º 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 #3EA07C is Cyan = 0.61, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 124 | - |
| CMYK | 0.61 | 0 | 0.22 | 0.37 |
| HSL | 157.96º | 0.44% | 0.44% | - |
| HSV(B) | 157.96º | 0.61% | 0.63% | - |
| XYZ | 18.2 | 27.62 | 23.44 | - |
| YUV | 126.59 | 126.53 | 81.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 124 | 0.61 | 0 | 0.22 | 0.37 | 157.96 | 0.44 | 0.44 |
| Hex | 3E | A0 | 7C | 3D | 0 | 16 | 25 | 9E | 2C | 2C |
| Octal | 76 | 240 | 174 | 75 | 0 | 26 | 45 | 236 | 54 | 54 |
| Binary | 111110 | 10100000 | 1111100 | 111101 | 0 | 10110 | 100101 | 10011110 | 101100 | 101100 |
Color Harmonies of #3EA07C
Complementary color
Monochromatic Colors of #3EA07C
Black with #3EA07C
Text Example
Text Example
White with #3EA07C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA07C; }
p { color: rgb(62,160,124); }
H1.HeaderClassName
{
color: #3EA07C;
}
.AnyTagClassName
{
color: #3EA07C;
}
</style>
background-color css
<style>
a { background-color: #3EA07C; }
a { background-color: rgb(62,160,124); }
div.DivClassName
{
background-color: #3EA07C;
}
.BgClassName
{
background-color: #3EA07C;
}
</style>
border-color css
<style>
span { border-color: #3EA07C; }
span { border-color: rgb(62,160,124); }
td.TdClassName
{
border-color: #3EA07C;
}
.TagClassName
{
border-color: #3EA07C;
}
</style>