Shades of Gossamer #3C9788
Tints of Gossamer #3C9788
RGB
CMYK
RGB Variations
Color information
#3C9788 (or 0x3C9788) is known color: Gossamer. HEX triplet: 3C, 97 and 88. RGB value is (60,151,136). Sum of RGB (Red+Green+Blue) = 60+151+136=347 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.29% from 347); Green value is 151 (59.38% from 255 or 43.52% from 347); Blue value is 136 (53.52% from 255 or 39.19% from 347); Max value from RGB is 151 - color contains mainly: green. Hex color #3C9788 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9788 is #C36877. Grayscale: #7A7A7A. Windows color (decimal): -12806264 or 8951612. OLE color: 8951612.
HSL color Cylindrical-coordinate representation of color #3C9788: hue angle of 170.11º 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 #3C9788 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 151 | 136 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.41 |
| HSL | 170.11º | 0.43% | 0.41% | - |
| HSV(B) | 170.11º | 0.6% | 0.59% | - |
| XYZ | 17.37 | 24.87 | 27.18 | - |
| YUV | 122.08 | 135.85 | 83.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 151 | 136 | 0.60 | 0 | 0.10 | 0.41 | 170.11 | 0.43 | 0.41 |
| Hex | 3C | 97 | 88 | 3C | 0 | A | 29 | AA | 2B | 29 |
| Octal | 74 | 227 | 210 | 74 | 0 | 12 | 51 | 252 | 53 | 51 |
| Binary | 111100 | 10010111 | 10001000 | 111100 | 0 | 1010 | 101001 | 10101010 | 101011 | 101001 |
Color Harmonies of #3C9788
Complementary color
Monochromatic Colors of #3C9788
Black with #3C9788
Text Example
Text Example
White with #3C9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9788; }
p { color: rgb(60,151,136); }
H1.HeaderClassName
{
color: #3C9788;
}
.AnyTagClassName
{
color: #3C9788;
}
</style>
background-color css
<style>
a { background-color: #3C9788; }
a { background-color: rgb(60,151,136); }
div.DivClassName
{
background-color: #3C9788;
}
.BgClassName
{
background-color: #3C9788;
}
</style>
border-color css
<style>
span { border-color: #3C9788; }
span { border-color: rgb(60,151,136); }
td.TdClassName
{
border-color: #3C9788;
}
.TagClassName
{
border-color: #3C9788;
}
</style>