Shades of Gossamer #3CAC92
Tints of Gossamer #3CAC92
RGB
CMYK
RGB Variations
Color information
#3CAC92 (or 0x3CAC92) is known color: Gossamer. HEX triplet: 3C, AC and 92. RGB value is (60,172,146). Sum of RGB (Red+Green+Blue) = 60+172+146=378 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.87% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 146 (57.42% from 255 or 38.62% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC92 is #C3536D. Grayscale: #878787. Windows color (decimal): -12800878 or 9612348. OLE color: 9612348.
HSL color Cylindrical-coordinate representation of color #3CAC92: hue angle of 166.07º 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 #3CAC92 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 146 | - |
| CMYK | 0.65 | 0 | 0.15 | 0.33 |
| HSL | 166.07º | 0.48% | 0.45% | - |
| HSV(B) | 166.07º | 0.65% | 0.67% | - |
| XYZ | 21.8 | 32.54 | 32.33 | - |
| YUV | 135.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 146 | 0.65 | 0 | 0.15 | 0.33 | 166.07 | 0.48 | 0.45 |
| Hex | 3C | AC | 92 | 41 | 0 | F | 21 | A6 | 30 | 2D |
| Octal | 74 | 254 | 222 | 101 | 0 | 17 | 41 | 246 | 60 | 55 |
| Binary | 111100 | 10101100 | 10010010 | 1000001 | 0 | 1111 | 100001 | 10100110 | 110000 | 101101 |
Color Harmonies of #3CAC92
Complementary color
Monochromatic Colors of #3CAC92
Black with #3CAC92
Text Example
Text Example
White with #3CAC92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC92; }
p { color: rgb(60,172,146); }
H1.HeaderClassName
{
color: #3CAC92;
}
.AnyTagClassName
{
color: #3CAC92;
}
</style>
background-color css
<style>
a { background-color: #3CAC92; }
a { background-color: rgb(60,172,146); }
div.DivClassName
{
background-color: #3CAC92;
}
.BgClassName
{
background-color: #3CAC92;
}
</style>
border-color css
<style>
span { border-color: #3CAC92; }
span { border-color: rgb(60,172,146); }
td.TdClassName
{
border-color: #3CAC92;
}
.TagClassName
{
border-color: #3CAC92;
}
</style>