Shades of Gossamer #3EB296
Tints of Gossamer #3EB296
RGB
CMYK
RGB Variations
Color information
#3EB296 (or 0x3EB296) is known color: Gossamer. HEX triplet: 3E, B2 and 96. RGB value is (62,178,150). Sum of RGB (Red+Green+Blue) = 62+178+150=390 (51% of max value = 765). Red value is 62 (24.61% from 255 or 15.90% from 390); Green value is 178 (69.92% from 255 or 45.64% from 390); Blue value is 150 (58.98% from 255 or 38.46% from 390); Max value from RGB is 178 - color contains mainly: green. Hex color #3EB296 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3EB296 is #C14D69. Grayscale: #8C8C8C. Windows color (decimal): -12668266 or 9876030. OLE color: 9876030.
HSL color Cylindrical-coordinate representation of color #3EB296: hue angle of 165.52º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3EB296 is Cyan = 0.65, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 62 | 178 | 150 | - |
| CMYK | 0.65 | 0 | 0.16 | 0.30 |
| HSL | 165.52º | 0.48% | 0.47% | - |
| HSV(B) | 165.52º | 0.65% | 0.7% | - |
| XYZ | 23.41 | 35.07 | 34.39 | - |
| YUV | 140.12 | 133.57 | 72.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 62 | 178 | 150 | 0.65 | 0 | 0.16 | 0.30 | 165.52 | 0.48 | 0.47 |
| Hex | 3E | B2 | 96 | 41 | 0 | 10 | 1E | A6 | 30 | 2F |
| Octal | 76 | 262 | 226 | 101 | 0 | 20 | 36 | 246 | 60 | 57 |
| Binary | 111110 | 10110010 | 10010110 | 1000001 | 0 | 10000 | 11110 | 10100110 | 110000 | 101111 |
Color Harmonies of #3EB296
Complementary color
Monochromatic Colors of #3EB296
Black with #3EB296
Text Example
Text Example
White with #3EB296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3EB296; }
p { color: rgb(62,178,150); }
H1.HeaderClassName
{
color: #3EB296;
}
.AnyTagClassName
{
color: #3EB296;
}
</style>
background-color css
<style>
a { background-color: #3EB296; }
a { background-color: rgb(62,178,150); }
div.DivClassName
{
background-color: #3EB296;
}
.BgClassName
{
background-color: #3EB296;
}
</style>
border-color css
<style>
span { border-color: #3EB296; }
span { border-color: rgb(62,178,150); }
td.TdClassName
{
border-color: #3EB296;
}
.TagClassName
{
border-color: #3EB296;
}
</style>