Shades of Gossamer #3E9D8C
Tints of Gossamer #3E9D8C
RGB
CMYK
RGB Variations
Color information
#3E9D8C (or 0x3E9D8C) is known color: Gossamer. HEX triplet: 3E, 9D and 8C. RGB value is (62,157,140). Sum of RGB (Red+Green+Blue) = 62+157+140=359 (47% of max value = 765). Red value is 62 (24.61% from 255 or 17.27% from 359); Green value is 157 (61.72% from 255 or 43.73% from 359); Blue value is 140 (55.08% from 255 or 39.00% from 359); Max value from RGB is 157 - color contains mainly: green. Hex color #3E9D8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3E9D8C is #C16273. Grayscale: #7E7E7E. Windows color (decimal): -12673652 or 9215294. OLE color: 9215294.
HSL color Cylindrical-coordinate representation of color #3E9D8C: hue angle of 169.26º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3E9D8C is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 62 | 157 | 140 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.38 |
| HSL | 169.26º | 0.43% | 0.43% | - |
| HSV(B) | 169.26º | 0.61% | 0.62% | - |
| XYZ | 18.78 | 27.03 | 29.04 | - |
| YUV | 126.66 | 135.53 | 81.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 157 | 140 | 0.61 | 0 | 0.11 | 0.38 | 169.26 | 0.43 | 0.43 |
| Hex | 3E | 9D | 8C | 3D | 0 | B | 26 | A9 | 2B | 2B |
| Octal | 76 | 235 | 214 | 75 | 0 | 13 | 46 | 251 | 53 | 53 |
| Binary | 111110 | 10011101 | 10001100 | 111101 | 0 | 1011 | 100110 | 10101001 | 101011 | 101011 |
Color Harmonies of #3E9D8C
Complementary color
Monochromatic Colors of #3E9D8C
Black with #3E9D8C
Text Example
Text Example
White with #3E9D8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E9D8C; }
p { color: rgb(62,157,140); }
H1.HeaderClassName
{
color: #3E9D8C;
}
.AnyTagClassName
{
color: #3E9D8C;
}
</style>
background-color css
<style>
a { background-color: #3E9D8C; }
a { background-color: rgb(62,157,140); }
div.DivClassName
{
background-color: #3E9D8C;
}
.BgClassName
{
background-color: #3E9D8C;
}
</style>
border-color css
<style>
span { border-color: #3E9D8C; }
span { border-color: rgb(62,157,140); }
td.TdClassName
{
border-color: #3E9D8C;
}
.TagClassName
{
border-color: #3E9D8C;
}
</style>