Shades of Gossamer #3CAA95
Tints of Gossamer #3CAA95
RGB
CMYK
RGB Variations
Color information
#3CAA95 (or 0x3CAA95) is known color: Gossamer. HEX triplet: 3C, AA and 95. RGB value is (60,170,149). Sum of RGB (Red+Green+Blue) = 60+170+149=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 170 (66.80% from 255 or 44.85% from 379); Blue value is 149 (58.59% from 255 or 39.31% from 379); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA95 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA95 is #C3556A. Grayscale: #868686. Windows color (decimal): -12801387 or 9808444. OLE color: 9808444.
HSL color Cylindrical-coordinate representation of color #3CAA95: hue angle of 168.55º 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 #3CAA95 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 149 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.33 |
| HSL | 168.55º | 0.48% | 0.45% | - |
| HSV(B) | 168.55º | 0.65% | 0.67% | - |
| XYZ | 21.66 | 31.88 | 33.45 | - |
| YUV | 134.72 | 136.06 | 74.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 149 | 0.65 | 0 | 0.12 | 0.33 | 168.55 | 0.48 | 0.45 |
| Hex | 3C | AA | 95 | 41 | 0 | C | 21 | A9 | 30 | 2D |
| Octal | 74 | 252 | 225 | 101 | 0 | 14 | 41 | 251 | 60 | 55 |
| Binary | 111100 | 10101010 | 10010101 | 1000001 | 0 | 1100 | 100001 | 10101001 | 110000 | 101101 |
Color Harmonies of #3CAA95
Complementary color
Monochromatic Colors of #3CAA95
Black with #3CAA95
Text Example
Text Example
White with #3CAA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA95; }
p { color: rgb(60,170,149); }
H1.HeaderClassName
{
color: #3CAA95;
}
.AnyTagClassName
{
color: #3CAA95;
}
</style>
background-color css
<style>
a { background-color: #3CAA95; }
a { background-color: rgb(60,170,149); }
div.DivClassName
{
background-color: #3CAA95;
}
.BgClassName
{
background-color: #3CAA95;
}
</style>
border-color css
<style>
span { border-color: #3CAA95; }
span { border-color: rgb(60,170,149); }
td.TdClassName
{
border-color: #3CAA95;
}
.TagClassName
{
border-color: #3CAA95;
}
</style>