Shades of Gossamer #3EA08A
Tints of Gossamer #3EA08A
RGB
CMYK
RGB Variations
Color information
#3EA08A (or 0x3EA08A) is known color: Gossamer. HEX triplet: 3E, A0 and 8A. RGB value is (62,160,138). Sum of RGB (Red+Green+Blue) = 62+160+138=360 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.22% from 360); Green value is 160 (62.89% from 255 or 44.44% from 360); Blue value is 138 (54.30% from 255 or 38.33% from 360); Max value from RGB is 160 - color contains mainly: green. Hex color #3EA08A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EA08A is #C15F75. Grayscale: #808080. Windows color (decimal): -12672886 or 9084990. OLE color: 9084990.
HSL color Cylindrical-coordinate representation of color #3EA08A: hue angle of 166.53º 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 #3EA08A is Cyan = 0.61, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 62 | 160 | 138 | - |
| CMYK | 0.61 | 0 | 0.14 | 0.37 |
| HSL | 166.53º | 0.44% | 0.44% | - |
| HSV(B) | 166.53º | 0.61% | 0.63% | - |
| XYZ | 19.14 | 28 | 28.44 | - |
| YUV | 128.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 160 | 138 | 0.61 | 0 | 0.14 | 0.37 | 166.53 | 0.44 | 0.44 |
| Hex | 3E | A0 | 8A | 3D | 0 | E | 25 | A7 | 2C | 2C |
| Octal | 76 | 240 | 212 | 75 | 0 | 16 | 45 | 247 | 54 | 54 |
| Binary | 111110 | 10100000 | 10001010 | 111101 | 0 | 1110 | 100101 | 10100111 | 101100 | 101100 |
Color Harmonies of #3EA08A
Complementary color
Monochromatic Colors of #3EA08A
Black with #3EA08A
Text Example
Text Example
White with #3EA08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EA08A; }
p { color: rgb(62,160,138); }
H1.HeaderClassName
{
color: #3EA08A;
}
.AnyTagClassName
{
color: #3EA08A;
}
</style>
background-color css
<style>
a { background-color: #3EA08A; }
a { background-color: rgb(62,160,138); }
div.DivClassName
{
background-color: #3EA08A;
}
.BgClassName
{
background-color: #3EA08A;
}
</style>
border-color css
<style>
span { border-color: #3EA08A; }
span { border-color: rgb(62,160,138); }
td.TdClassName
{
border-color: #3EA08A;
}
.TagClassName
{
border-color: #3EA08A;
}
</style>