Shades of Gossamer #3C9B7E
Tints of Gossamer #3C9B7E
RGB
CMYK
RGB Variations
Color information
#3C9B7E (or 0x3C9B7E) is known color: Gossamer. HEX triplet: 3C, 9B and 7E. RGB value is (60,155,126). Sum of RGB (Red+Green+Blue) = 60+155+126=341 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.60% from 341); Green value is 155 (60.94% from 255 or 45.45% from 341); Blue value is 126 (49.61% from 255 or 36.95% from 341); Max value from RGB is 155 - color contains mainly: green. Hex color #3C9B7E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C9B7E is #C36481. Grayscale: #7B7B7B. Windows color (decimal): -12805250 or 8297276. OLE color: 8297276.
HSL color Cylindrical-coordinate representation of color #3C9B7E: hue angle of 161.68º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C9B7E is Cyan = 0.61, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 155 | 126 | - |
| CMYK | 0.61 | 0 | 0.19 | 0.39 |
| HSL | 161.68º | 0.44% | 0.42% | - |
| HSV(B) | 161.68º | 0.61% | 0.61% | - |
| XYZ | 17.35 | 25.91 | 23.83 | - |
| YUV | 123.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 155 | 126 | 0.61 | 0 | 0.19 | 0.39 | 161.68 | 0.44 | 0.42 |
| Hex | 3C | 9B | 7E | 3D | 0 | 13 | 27 | A2 | 2C | 2A |
| Octal | 74 | 233 | 176 | 75 | 0 | 23 | 47 | 242 | 54 | 52 |
| Binary | 111100 | 10011011 | 1111110 | 111101 | 0 | 10011 | 100111 | 10100010 | 101100 | 101010 |
Color Harmonies of #3C9B7E
Complementary color
Monochromatic Colors of #3C9B7E
Black with #3C9B7E
Text Example
Text Example
White with #3C9B7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9B7E; }
p { color: rgb(60,155,126); }
H1.HeaderClassName
{
color: #3C9B7E;
}
.AnyTagClassName
{
color: #3C9B7E;
}
</style>
background-color css
<style>
a { background-color: #3C9B7E; }
a { background-color: rgb(60,155,126); }
div.DivClassName
{
background-color: #3C9B7E;
}
.BgClassName
{
background-color: #3C9B7E;
}
</style>
border-color css
<style>
span { border-color: #3C9B7E; }
span { border-color: rgb(60,155,126); }
td.TdClassName
{
border-color: #3C9B7E;
}
.TagClassName
{
border-color: #3C9B7E;
}
</style>