Shades of Gossamer #3C977C
Tints of Gossamer #3C977C
RGB
CMYK
RGB Variations
Color information
#3C977C (or 0x3C977C) is known color: Gossamer. HEX triplet: 3C, 97 and 7C. RGB value is (60,151,124). Sum of RGB (Red+Green+Blue) = 60+151+124=335 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.91% from 335); Green value is 151 (59.38% from 255 or 45.07% from 335); Blue value is 124 (48.83% from 255 or 37.01% from 335); Max value from RGB is 151 - color contains mainly: green. Hex color #3C977C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C977C is #C36883. Grayscale: #787878. Windows color (decimal): -12806276 or 8165180. OLE color: 8165180.
HSL color Cylindrical-coordinate representation of color #3C977C: hue angle of 162.2º degrees, saturation: 0.43, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3C977C is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 124 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.41 |
| HSL | 162.2º | 0.43% | 0.41% | - |
| HSV(B) | 162.2º | 0.6% | 0.59% | - |
| XYZ | 16.57 | 24.55 | 22.93 | - |
| YUV | 120.71 | 129.85 | 84.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 124 | 0.60 | 0 | 0.18 | 0.41 | 162.2 | 0.43 | 0.41 |
| Hex | 3C | 97 | 7C | 3C | 0 | 12 | 29 | A2 | 2B | 29 |
| Octal | 74 | 227 | 174 | 74 | 0 | 22 | 51 | 242 | 53 | 51 |
| Binary | 111100 | 10010111 | 1111100 | 111100 | 0 | 10010 | 101001 | 10100010 | 101011 | 101001 |
Color Harmonies of #3C977C
Complementary color
Monochromatic Colors of #3C977C
Black with #3C977C
Text Example
Text Example
White with #3C977C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C977C; }
p { color: rgb(60,151,124); }
H1.HeaderClassName
{
color: #3C977C;
}
.AnyTagClassName
{
color: #3C977C;
}
</style>
background-color css
<style>
a { background-color: #3C977C; }
a { background-color: rgb(60,151,124); }
div.DivClassName
{
background-color: #3C977C;
}
.BgClassName
{
background-color: #3C977C;
}
</style>
border-color css
<style>
span { border-color: #3C977C; }
span { border-color: rgb(60,151,124); }
td.TdClassName
{
border-color: #3C977C;
}
.TagClassName
{
border-color: #3C977C;
}
</style>