Shades of Gossamer #3EAA8D
Tints of Gossamer #3EAA8D
RGB
CMYK
RGB Variations
Color information
#3EAA8D (or 0x3EAA8D) is known color: Gossamer. HEX triplet: 3E, AA and 8D. RGB value is (62,170,141). Sum of RGB (Red+Green+Blue) = 62+170+141=373 (49% of max value = 765). Red value is 62 (24.61% from 255 or 16.62% from 373); Green value is 170 (66.80% from 255 or 45.58% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 170 - color contains mainly: green. Hex color #3EAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAA8D is #C15572. Grayscale: #868686. Windows color (decimal): -12670323 or 9284158. OLE color: 9284158.
HSL color Cylindrical-coordinate representation of color #3EAA8D: hue angle of 163.89º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAA8D is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 62 | 170 | 141 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.33 |
| HSL | 163.89º | 0.47% | 0.45% | - |
| HSV(B) | 163.89º | 0.64% | 0.67% | - |
| XYZ | 21.17 | 31.7 | 30.2 | - |
| YUV | 134.4 | 131.72 | 76.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 170 | 141 | 0.64 | 0 | 0.17 | 0.33 | 163.89 | 0.47 | 0.45 |
| Hex | 3E | AA | 8D | 40 | 0 | 11 | 21 | A4 | 2F | 2D |
| Octal | 76 | 252 | 215 | 100 | 0 | 21 | 41 | 244 | 57 | 55 |
| Binary | 111110 | 10101010 | 10001101 | 1000000 | 0 | 10001 | 100001 | 10100100 | 101111 | 101101 |
Color Harmonies of #3EAA8D
Complementary color
Monochromatic Colors of #3EAA8D
Black with #3EAA8D
Text Example
Text Example
White with #3EAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAA8D; }
p { color: rgb(62,170,141); }
H1.HeaderClassName
{
color: #3EAA8D;
}
.AnyTagClassName
{
color: #3EAA8D;
}
</style>
background-color css
<style>
a { background-color: #3EAA8D; }
a { background-color: rgb(62,170,141); }
div.DivClassName
{
background-color: #3EAA8D;
}
.BgClassName
{
background-color: #3EAA8D;
}
</style>
border-color css
<style>
span { border-color: #3EAA8D; }
span { border-color: rgb(62,170,141); }
td.TdClassName
{
border-color: #3EAA8D;
}
.TagClassName
{
border-color: #3EAA8D;
}
</style>