Shades of Gossamer #3CAC99
Tints of Gossamer #3CAC99
RGB
CMYK
RGB Variations
Color information
#3CAC99 (or 0x3CAC99) is known color: Gossamer. HEX triplet: 3C, AC and 99. RGB value is (60,172,153). Sum of RGB (Red+Green+Blue) = 60+172+153=385 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.58% from 385); Green value is 172 (67.58% from 255 or 44.68% from 385); Blue value is 153 (60.16% from 255 or 39.74% from 385); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC99 is #C35366. Grayscale: #888888. Windows color (decimal): -12800871 or 10071100. OLE color: 10071100.
HSL color Cylindrical-coordinate representation of color #3CAC99: hue angle of 169.82º 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 #3CAC99 is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 153 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.33 |
| HSL | 169.82º | 0.48% | 0.45% | - |
| HSV(B) | 169.82º | 0.65% | 0.67% | - |
| XYZ | 22.37 | 32.77 | 35.28 | - |
| YUV | 136.35 | 137.39 | 73.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 153 | 0.65 | 0 | 0.11 | 0.33 | 169.82 | 0.48 | 0.45 |
| Hex | 3C | AC | 99 | 41 | 0 | B | 21 | AA | 30 | 2D |
| Octal | 74 | 254 | 231 | 101 | 0 | 13 | 41 | 252 | 60 | 55 |
| Binary | 111100 | 10101100 | 10011001 | 1000001 | 0 | 1011 | 100001 | 10101010 | 110000 | 101101 |
Color Harmonies of #3CAC99
Complementary color
Monochromatic Colors of #3CAC99
Black with #3CAC99
Text Example
Text Example
White with #3CAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC99; }
p { color: rgb(60,172,153); }
H1.HeaderClassName
{
color: #3CAC99;
}
.AnyTagClassName
{
color: #3CAC99;
}
</style>
background-color css
<style>
a { background-color: #3CAC99; }
a { background-color: rgb(60,172,153); }
div.DivClassName
{
background-color: #3CAC99;
}
.BgClassName
{
background-color: #3CAC99;
}
</style>
border-color css
<style>
span { border-color: #3CAC99; }
span { border-color: rgb(60,172,153); }
td.TdClassName
{
border-color: #3CAC99;
}
.TagClassName
{
border-color: #3CAC99;
}
</style>