Shades of Gossamer #3CAA96
Tints of Gossamer #3CAA96
RGB
CMYK
RGB Variations
Color information
#3CAA96 (or 0x3CAA96) is known color: Gossamer. HEX triplet: 3C, AA and 96. RGB value is (60,170,150). Sum of RGB (Red+Green+Blue) = 60+170+150=380 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.79% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 150 (58.98% from 255 or 39.47% from 380); Max value from RGB is 170 - color contains mainly: green. Hex color #3CAA96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAA96 is #C35569. Grayscale: #868686. Windows color (decimal): -12801386 or 9873980. OLE color: 9873980.
HSL color Cylindrical-coordinate representation of color #3CAA96: hue angle of 169.09º 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 #3CAA96 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 170 | 150 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.33 |
| HSL | 169.09º | 0.48% | 0.45% | - |
| HSV(B) | 169.09º | 0.65% | 0.67% | - |
| XYZ | 21.74 | 31.91 | 33.87 | - |
| YUV | 134.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 170 | 150 | 0.65 | 0 | 0.12 | 0.33 | 169.09 | 0.48 | 0.45 |
| Hex | 3C | AA | 96 | 41 | 0 | C | 21 | A9 | 30 | 2D |
| Octal | 74 | 252 | 226 | 101 | 0 | 14 | 41 | 251 | 60 | 55 |
| Binary | 111100 | 10101010 | 10010110 | 1000001 | 0 | 1100 | 100001 | 10101001 | 110000 | 101101 |
Color Harmonies of #3CAA96
Complementary color
Monochromatic Colors of #3CAA96
Black with #3CAA96
Text Example
Text Example
White with #3CAA96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAA96; }
p { color: rgb(60,170,150); }
H1.HeaderClassName
{
color: #3CAA96;
}
.AnyTagClassName
{
color: #3CAA96;
}
</style>
background-color css
<style>
a { background-color: #3CAA96; }
a { background-color: rgb(60,170,150); }
div.DivClassName
{
background-color: #3CAA96;
}
.BgClassName
{
background-color: #3CAA96;
}
</style>
border-color css
<style>
span { border-color: #3CAA96; }
span { border-color: rgb(60,170,150); }
td.TdClassName
{
border-color: #3CAA96;
}
.TagClassName
{
border-color: #3CAA96;
}
</style>