Shades of Gossamer #3CAB94
Tints of Gossamer #3CAB94
RGB
CMYK
RGB Variations
Color information
#3CAB94 (or 0x3CAB94) is known color: Gossamer. HEX triplet: 3C, AB and 94. RGB value is (60,171,148). Sum of RGB (Red+Green+Blue) = 60+171+148=379 (50% of max value = 765). Red value is 60 (23.83% from 255 or 15.83% from 379); Green value is 171 (67.19% from 255 or 45.12% from 379); Blue value is 148 (58.20% from 255 or 39.05% from 379); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB94 is #C3546B. Grayscale: #878787. Windows color (decimal): -12801132 or 9743164. OLE color: 9743164.
HSL color Cylindrical-coordinate representation of color #3CAB94: hue angle of 167.57º 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 #3CAB94 is Cyan = 0.65, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 148 | - |
| CMYK | 0.65 | 0 | 0.13 | 0.33 |
| HSL | 167.57º | 0.48% | 0.45% | - |
| HSV(B) | 167.57º | 0.65% | 0.67% | - |
| XYZ | 21.77 | 32.22 | 33.09 | - |
| YUV | 135.19 | 135.23 | 74.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 148 | 0.65 | 0 | 0.13 | 0.33 | 167.57 | 0.48 | 0.45 |
| Hex | 3C | AB | 94 | 41 | 0 | D | 21 | A8 | 30 | 2D |
| Octal | 74 | 253 | 224 | 101 | 0 | 15 | 41 | 250 | 60 | 55 |
| Binary | 111100 | 10101011 | 10010100 | 1000001 | 0 | 1101 | 100001 | 10101000 | 110000 | 101101 |
Color Harmonies of #3CAB94
Complementary color
Monochromatic Colors of #3CAB94
Black with #3CAB94
Text Example
Text Example
White with #3CAB94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB94; }
p { color: rgb(60,171,148); }
H1.HeaderClassName
{
color: #3CAB94;
}
.AnyTagClassName
{
color: #3CAB94;
}
</style>
background-color css
<style>
a { background-color: #3CAB94; }
a { background-color: rgb(60,171,148); }
div.DivClassName
{
background-color: #3CAB94;
}
.BgClassName
{
background-color: #3CAB94;
}
</style>
border-color css
<style>
span { border-color: #3CAB94; }
span { border-color: rgb(60,171,148); }
td.TdClassName
{
border-color: #3CAB94;
}
.TagClassName
{
border-color: #3CAB94;
}
</style>