Shades of Gossamer #3CAC96
Tints of Gossamer #3CAC96
RGB
CMYK
RGB Variations
Color information
#3CAC96 (or 0x3CAC96) is known color: Gossamer. HEX triplet: 3C, AC and 96. RGB value is (60,172,150). Sum of RGB (Red+Green+Blue) = 60+172+150=382 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.71% from 382); Green value is 172 (67.58% from 255 or 45.03% from 382); Blue value is 150 (58.98% from 255 or 39.27% from 382); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC96 is #C35369. Grayscale: #878787. Windows color (decimal): -12800874 or 9874492. OLE color: 9874492.
HSL color Cylindrical-coordinate representation of color #3CAC96: hue angle of 168.21º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3CAC96 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 150 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.33 |
| HSL | 168.21º | 0.48% | 0.45% | - |
| HSV(B) | 168.21º | 0.65% | 0.67% | - |
| XYZ | 22.12 | 32.67 | 33.99 | - |
| YUV | 136 | 135.89 | 73.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 150 | 0.65 | 0 | 0.13 | 0.33 | 168.21 | 0.48 | 0.45 |
| Hex | 3C | AC | 96 | 41 | 0 | D | 21 | A8 | 30 | 2D |
| Octal | 74 | 254 | 226 | 101 | 0 | 15 | 41 | 250 | 60 | 55 |
| Binary | 111100 | 10101100 | 10010110 | 1000001 | 0 | 1101 | 100001 | 10101000 | 110000 | 101101 |
Color Harmonies of #3CAC96
Complementary color
Monochromatic Colors of #3CAC96
Black with #3CAC96
Text Example
Text Example
White with #3CAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC96; }
p { color: rgb(60,172,150); }
H1.HeaderClassName
{
color: #3CAC96;
}
.AnyTagClassName
{
color: #3CAC96;
}
</style>
background-color css
<style>
a { background-color: #3CAC96; }
a { background-color: rgb(60,172,150); }
div.DivClassName
{
background-color: #3CAC96;
}
.BgClassName
{
background-color: #3CAC96;
}
</style>
border-color css
<style>
span { border-color: #3CAC96; }
span { border-color: rgb(60,172,150); }
td.TdClassName
{
border-color: #3CAC96;
}
.TagClassName
{
border-color: #3CAC96;
}
</style>