Shades of Gossamer #3CA796
Tints of Gossamer #3CA796
RGB
CMYK
RGB Variations
Color information
#3CA796 (or 0x3CA796) is known color: Gossamer. HEX triplet: 3C, A7 and 96. RGB value is (60,167,150). Sum of RGB (Red+Green+Blue) = 60+167+150=377 (49% of max value = 765). Red value is 60 (23.83% from 255 or 15.92% from 377); Green value is 167 (65.62% from 255 or 44.30% from 377); Blue value is 150 (58.98% from 255 or 39.79% from 377); Max value from RGB is 167 - color contains mainly: green. Hex color #3CA796 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA796 is #C35869. Grayscale: #858585. Windows color (decimal): -12802154 or 9873212. OLE color: 9873212.
HSL color Cylindrical-coordinate representation of color #3CA796: hue angle of 170.47º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA796 is Cyan = 0.64, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 167 | 150 | - |
| CMYK | 0.64 | 0 | 0.10 | 0.35 |
| HSL | 170.47º | 0.47% | 0.45% | - |
| HSV(B) | 170.47º | 0.64% | 0.65% | - |
| XYZ | 21.19 | 30.8 | 33.68 | - |
| YUV | 133.07 | 137.55 | 75.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 167 | 150 | 0.64 | 0 | 0.10 | 0.35 | 170.47 | 0.47 | 0.45 |
| Hex | 3C | A7 | 96 | 40 | 0 | A | 23 | AA | 2F | 2D |
| Octal | 74 | 247 | 226 | 100 | 0 | 12 | 43 | 252 | 57 | 55 |
| Binary | 111100 | 10100111 | 10010110 | 1000000 | 0 | 1010 | 100011 | 10101010 | 101111 | 101101 |
Color Harmonies of #3CA796
Complementary color
Monochromatic Colors of #3CA796
Black with #3CA796
Text Example
Text Example
White with #3CA796
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA796; }
p { color: rgb(60,167,150); }
H1.HeaderClassName
{
color: #3CA796;
}
.AnyTagClassName
{
color: #3CA796;
}
</style>
background-color css
<style>
a { background-color: #3CA796; }
a { background-color: rgb(60,167,150); }
div.DivClassName
{
background-color: #3CA796;
}
.BgClassName
{
background-color: #3CA796;
}
</style>
border-color css
<style>
span { border-color: #3CA796; }
span { border-color: rgb(60,167,150); }
td.TdClassName
{
border-color: #3CA796;
}
.TagClassName
{
border-color: #3CA796;
}
</style>