Shades of Gossamer #3CAC97
Tints of Gossamer #3CAC97
RGB
CMYK
RGB Variations
Color information
#3CAC97 (or 0x3CAC97) is known color: Gossamer. HEX triplet: 3C, AC and 97. RGB value is (60,172,151). Sum of RGB (Red+Green+Blue) = 60+172+151=383 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.67% from 383); Green value is 172 (67.58% from 255 or 44.91% from 383); Blue value is 151 (59.38% from 255 or 39.43% from 383); Max value from RGB is 172 - color contains mainly: green. Hex color #3CAC97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAC97 is #C35368. Grayscale: #888888. Windows color (decimal): -12800873 or 9940028. OLE color: 9940028.
HSL color Cylindrical-coordinate representation of color #3CAC97: hue angle of 168.75º 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 #3CAC97 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 172 | 151 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.33 |
| HSL | 168.75º | 0.48% | 0.45% | - |
| HSV(B) | 168.75º | 0.65% | 0.67% | - |
| XYZ | 22.2 | 32.7 | 34.42 | - |
| YUV | 136.12 | 136.39 | 73.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 172 | 151 | 0.65 | 0 | 0.12 | 0.33 | 168.75 | 0.48 | 0.45 |
| Hex | 3C | AC | 97 | 41 | 0 | C | 21 | A9 | 30 | 2D |
| Octal | 74 | 254 | 227 | 101 | 0 | 14 | 41 | 251 | 60 | 55 |
| Binary | 111100 | 10101100 | 10010111 | 1000001 | 0 | 1100 | 100001 | 10101001 | 110000 | 101101 |
Color Harmonies of #3CAC97
Complementary color
Monochromatic Colors of #3CAC97
Black with #3CAC97
Text Example
Text Example
White with #3CAC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAC97; }
p { color: rgb(60,172,151); }
H1.HeaderClassName
{
color: #3CAC97;
}
.AnyTagClassName
{
color: #3CAC97;
}
</style>
background-color css
<style>
a { background-color: #3CAC97; }
a { background-color: rgb(60,172,151); }
div.DivClassName
{
background-color: #3CAC97;
}
.BgClassName
{
background-color: #3CAC97;
}
</style>
border-color css
<style>
span { border-color: #3CAC97; }
span { border-color: rgb(60,172,151); }
td.TdClassName
{
border-color: #3CAC97;
}
.TagClassName
{
border-color: #3CAC97;
}
</style>