Shades of Gossamer #3CAB8D
Tints of Gossamer #3CAB8D
RGB
CMYK
RGB Variations
Color information
#3CAB8D (or 0x3CAB8D) is known color: Gossamer. HEX triplet: 3C, AB and 8D. RGB value is (60,171,141). Sum of RGB (Red+Green+Blue) = 60+171+141=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 171 (67.19% from 255 or 45.97% from 372); Blue value is 141 (55.47% from 255 or 37.90% from 372); Max value from RGB is 171 - color contains mainly: green. Hex color #3CAB8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAB8D is #C35472. Grayscale: #868686. Windows color (decimal): -12801139 or 9284412. OLE color: 9284412.
HSL color Cylindrical-coordinate representation of color #3CAB8D: hue angle of 163.78º 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 #3CAB8D is Cyan = 0.65, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 60 | 171 | 141 | - |
| CMYK | 0.65 | 0 | 0.18 | 0.33 |
| HSL | 163.78º | 0.48% | 0.45% | - |
| HSV(B) | 163.78º | 0.65% | 0.67% | - |
| XYZ | 21.23 | 32.01 | 30.26 | - |
| YUV | 134.39 | 131.73 | 74.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 171 | 141 | 0.65 | 0 | 0.18 | 0.33 | 163.78 | 0.48 | 0.45 |
| Hex | 3C | AB | 8D | 41 | 0 | 12 | 21 | A4 | 30 | 2D |
| Octal | 74 | 253 | 215 | 101 | 0 | 22 | 41 | 244 | 60 | 55 |
| Binary | 111100 | 10101011 | 10001101 | 1000001 | 0 | 10010 | 100001 | 10100100 | 110000 | 101101 |
Color Harmonies of #3CAB8D
Complementary color
Monochromatic Colors of #3CAB8D
Black with #3CAB8D
Text Example
Text Example
White with #3CAB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAB8D; }
p { color: rgb(60,171,141); }
H1.HeaderClassName
{
color: #3CAB8D;
}
.AnyTagClassName
{
color: #3CAB8D;
}
</style>
background-color css
<style>
a { background-color: #3CAB8D; }
a { background-color: rgb(60,171,141); }
div.DivClassName
{
background-color: #3CAB8D;
}
.BgClassName
{
background-color: #3CAB8D;
}
</style>
border-color css
<style>
span { border-color: #3CAB8D; }
span { border-color: rgb(60,171,141); }
td.TdClassName
{
border-color: #3CAB8D;
}
.TagClassName
{
border-color: #3CAB8D;
}
</style>