Shades of Gossamer #3CA98C
Tints of Gossamer #3CA98C
RGB
CMYK
RGB Variations
Color information
#3CA98C (or 0x3CA98C) is known color: Gossamer. HEX triplet: 3C, A9 and 8C. RGB value is (60,169,140). Sum of RGB (Red+Green+Blue) = 60+169+140=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 169 (66.41% from 255 or 45.80% from 369); Blue value is 140 (55.08% from 255 or 37.94% from 369); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA98C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA98C is #C35673. Grayscale: #858585. Windows color (decimal): -12801652 or 9218364. OLE color: 9218364.
HSL color Cylindrical-coordinate representation of color #3CA98C: hue angle of 164.04º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA98C is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 169 | 140 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.34 |
| HSL | 164.04º | 0.48% | 0.45% | - |
| HSV(B) | 164.04º | 0.64% | 0.66% | - |
| XYZ | 20.79 | 31.23 | 29.74 | - |
| YUV | 133.1 | 131.89 | 75.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 140 | 0.64 | 0 | 0.17 | 0.34 | 164.04 | 0.48 | 0.45 |
| Hex | 3C | A9 | 8C | 40 | 0 | 11 | 22 | A4 | 30 | 2D |
| Octal | 74 | 251 | 214 | 100 | 0 | 21 | 42 | 244 | 60 | 55 |
| Binary | 111100 | 10101001 | 10001100 | 1000000 | 0 | 10001 | 100010 | 10100100 | 110000 | 101101 |
Color Harmonies of #3CA98C
Complementary color
Monochromatic Colors of #3CA98C
Black with #3CA98C
Text Example
Text Example
White with #3CA98C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA98C; }
p { color: rgb(60,169,140); }
H1.HeaderClassName
{
color: #3CA98C;
}
.AnyTagClassName
{
color: #3CA98C;
}
</style>
background-color css
<style>
a { background-color: #3CA98C; }
a { background-color: rgb(60,169,140); }
div.DivClassName
{
background-color: #3CA98C;
}
.BgClassName
{
background-color: #3CA98C;
}
</style>
border-color css
<style>
span { border-color: #3CA98C; }
span { border-color: rgb(60,169,140); }
td.TdClassName
{
border-color: #3CA98C;
}
.TagClassName
{
border-color: #3CA98C;
}
</style>