Shades of Gossamer #3E9B8A
Tints of Gossamer #3E9B8A
RGB
CMYK
RGB Variations
Color information
#3E9B8A (or 0x3E9B8A) is known color: Gossamer. HEX triplet: 3E, 9B and 8A. RGB value is (62,155,138). Sum of RGB (Red+Green+Blue) = 62+155+138=355 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.46% from 355); Green value is 155 (60.94% from 255 or 43.66% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 155 - color contains mainly: green. Hex color #3E9B8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9B8A is #C16475. Grayscale: #7D7D7D. Windows color (decimal): -12674166 or 9083710. OLE color: 9083710.
HSL color Cylindrical-coordinate representation of color #3E9B8A: hue angle of 169.03º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3E9B8A is Cyan = 0.6, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 62 | 155 | 138 | - |
| CMYK | 0.6 | 0 | 0.11 | 0.39 |
| HSL | 169.03º | 0.43% | 0.43% | - |
| HSV(B) | 169.03º | 0.6% | 0.61% | - |
| XYZ | 18.3 | 26.3 | 28.16 | - |
| YUV | 125.26 | 135.19 | 82.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 155 | 138 | 0.6 | 0 | 0.11 | 0.39 | 169.03 | 0.43 | 0.43 |
| Hex | 3E | 9B | 8A | 3C | 0 | B | 27 | A9 | 2B | 2B |
| Octal | 76 | 233 | 212 | 74 | 0 | 13 | 47 | 251 | 53 | 53 |
| Binary | 111110 | 10011011 | 10001010 | 111100 | 0 | 1011 | 100111 | 10101001 | 101011 | 101011 |
Color Harmonies of #3E9B8A
Complementary color
Monochromatic Colors of #3E9B8A
Black with #3E9B8A
Text Example
Text Example
White with #3E9B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9B8A; }
p { color: rgb(62,155,138); }
H1.HeaderClassName
{
color: #3E9B8A;
}
.AnyTagClassName
{
color: #3E9B8A;
}
</style>
background-color css
<style>
a { background-color: #3E9B8A; }
a { background-color: rgb(62,155,138); }
div.DivClassName
{
background-color: #3E9B8A;
}
.BgClassName
{
background-color: #3E9B8A;
}
</style>
border-color css
<style>
span { border-color: #3E9B8A; }
span { border-color: rgb(62,155,138); }
td.TdClassName
{
border-color: #3E9B8A;
}
.TagClassName
{
border-color: #3E9B8A;
}
</style>