Shades of Gossamer #3EAE8E
Tints of Gossamer #3EAE8E
RGB
CMYK
RGB Variations
Color information
#3EAE8E (or 0x3EAE8E) is known color: Gossamer. HEX triplet: 3E, AE and 8E. RGB value is (62,174,142). Sum of RGB (Red+Green+Blue) = 62+174+142=378 (50% of max value = 765). Red value is 62 (24.61% from 255 or 16.40% from 378); Green value is 174 (68.36% from 255 or 46.03% from 378); Blue value is 142 (55.86% from 255 or 37.57% from 378); Max value from RGB is 174 - color contains mainly: green. Hex color #3EAE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EAE8E is #C15171. Grayscale: #888888. Windows color (decimal): -12669298 or 9350718. OLE color: 9350718.
HSL color Cylindrical-coordinate representation of color #3EAE8E: hue angle of 162.86º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3EAE8E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 62 | 174 | 142 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.32 |
| HSL | 162.86º | 0.47% | 0.46% | - |
| HSV(B) | 162.86º | 0.64% | 0.68% | - |
| XYZ | 22.01 | 33.25 | 30.85 | - |
| YUV | 136.86 | 130.89 | 74.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 174 | 142 | 0.64 | 0 | 0.18 | 0.32 | 162.86 | 0.47 | 0.46 |
| Hex | 3E | AE | 8E | 40 | 0 | 12 | 20 | A3 | 2F | 2E |
| Octal | 76 | 256 | 216 | 100 | 0 | 22 | 40 | 243 | 57 | 56 |
| Binary | 111110 | 10101110 | 10001110 | 1000000 | 0 | 10010 | 100000 | 10100011 | 101111 | 101110 |
Color Harmonies of #3EAE8E
Complementary color
Monochromatic Colors of #3EAE8E
Black with #3EAE8E
Text Example
Text Example
White with #3EAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EAE8E; }
p { color: rgb(62,174,142); }
H1.HeaderClassName
{
color: #3EAE8E;
}
.AnyTagClassName
{
color: #3EAE8E;
}
</style>
background-color css
<style>
a { background-color: #3EAE8E; }
a { background-color: rgb(62,174,142); }
div.DivClassName
{
background-color: #3EAE8E;
}
.BgClassName
{
background-color: #3EAE8E;
}
</style>
border-color css
<style>
span { border-color: #3EAE8E; }
span { border-color: rgb(62,174,142); }
td.TdClassName
{
border-color: #3EAE8E;
}
.TagClassName
{
border-color: #3EAE8E;
}
</style>