Shades of Gossamer #3C978A
Tints of Gossamer #3C978A
RGB
CMYK
RGB Variations
Color information
#3C978A (or 0x3C978A) is known color: Gossamer. HEX triplet: 3C, 97 and 8A. RGB value is (60,151,138). Sum of RGB (Red+Green+Blue) = 60+151+138=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 151 (59.38% from 255 or 43.27% from 349); Blue value is 138 (54.30% from 255 or 39.54% from 349); Max value from RGB is 151 - color contains mainly: green. Hex color #3C978A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C978A is #C36875. Grayscale: #7A7A7A. Windows color (decimal): -12806262 or 9082684. OLE color: 9082684.
HSL color Cylindrical-coordinate representation of color #3C978A: hue angle of 171.43º 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 #3C978A is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 138 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.41 |
| HSL | 171.43º | 0.43% | 0.41% | - |
| HSV(B) | 171.43º | 0.6% | 0.59% | - |
| XYZ | 17.52 | 24.93 | 27.93 | - |
| YUV | 122.31 | 136.85 | 83.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 138 | 0.60 | 0 | 0.09 | 0.41 | 171.43 | 0.43 | 0.41 |
| Hex | 3C | 97 | 8A | 3C | 0 | 9 | 29 | AB | 2B | 29 |
| Octal | 74 | 227 | 212 | 74 | 0 | 11 | 51 | 253 | 53 | 51 |
| Binary | 111100 | 10010111 | 10001010 | 111100 | 0 | 1001 | 101001 | 10101011 | 101011 | 101001 |
Color Harmonies of #3C978A
Complementary color
Monochromatic Colors of #3C978A
Black with #3C978A
Text Example
Text Example
White with #3C978A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C978A; }
p { color: rgb(60,151,138); }
H1.HeaderClassName
{
color: #3C978A;
}
.AnyTagClassName
{
color: #3C978A;
}
</style>
background-color css
<style>
a { background-color: #3C978A; }
a { background-color: rgb(60,151,138); }
div.DivClassName
{
background-color: #3C978A;
}
.BgClassName
{
background-color: #3C978A;
}
</style>
border-color css
<style>
span { border-color: #3C978A; }
span { border-color: rgb(60,151,138); }
td.TdClassName
{
border-color: #3C978A;
}
.TagClassName
{
border-color: #3C978A;
}
</style>