Shades of Gossamer #3C968A
Tints of Gossamer #3C968A
RGB
CMYK
RGB Variations
Color information
#3C968A (or 0x3C968A) is known color: Gossamer. HEX triplet: 3C, 96 and 8A. RGB value is (60,150,138). Sum of RGB (Red+Green+Blue) = 60+150+138=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 150 (58.98% from 255 or 43.10% from 348); Blue value is 138 (54.30% from 255 or 39.66% from 348); Max value from RGB is 150 - color contains mainly: green. Hex color #3C968A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C968A is #C36975. Grayscale: #797979. Windows color (decimal): -12806518 or 9082428. OLE color: 9082428.
HSL color Cylindrical-coordinate representation of color #3C968A: hue angle of 172º 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 #3C968A is Cyan = 0.6, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 60 | 150 | 138 | - |
| CMYK | 0.6 | 0 | 0.08 | 0.41 |
| HSL | 172º | 0.43% | 0.41% | - |
| HSV(B) | 172º | 0.6% | 0.59% | - |
| XYZ | 17.36 | 24.61 | 27.88 | - |
| YUV | 121.72 | 137.18 | 83.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 150 | 138 | 0.6 | 0 | 0.08 | 0.41 | 172 | 0.43 | 0.41 |
| Hex | 3C | 96 | 8A | 3C | 0 | 8 | 29 | AC | 2B | 29 |
| Octal | 74 | 226 | 212 | 74 | 0 | 10 | 51 | 254 | 53 | 51 |
| Binary | 111100 | 10010110 | 10001010 | 111100 | 0 | 1000 | 101001 | 10101100 | 101011 | 101001 |
Color Harmonies of #3C968A
Complementary color
Monochromatic Colors of #3C968A
Black with #3C968A
Text Example
Text Example
White with #3C968A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C968A; }
p { color: rgb(60,150,138); }
H1.HeaderClassName
{
color: #3C968A;
}
.AnyTagClassName
{
color: #3C968A;
}
</style>
background-color css
<style>
a { background-color: #3C968A; }
a { background-color: rgb(60,150,138); }
div.DivClassName
{
background-color: #3C968A;
}
.BgClassName
{
background-color: #3C968A;
}
</style>
border-color css
<style>
span { border-color: #3C968A; }
span { border-color: rgb(60,150,138); }
td.TdClassName
{
border-color: #3C968A;
}
.TagClassName
{
border-color: #3C968A;
}
</style>