Shades of Gossamer #3CA985
Tints of Gossamer #3CA985
RGB
CMYK
RGB Variations
Color information
#3CA985 (or 0x3CA985) is known color: Gossamer. HEX triplet: 3C, A9 and 85. RGB value is (60,169,133). Sum of RGB (Red+Green+Blue) = 60+169+133=362 (47% of max value = 765). Red value is 60 (23.83% from 255 or 16.57% from 362); Green value is 169 (66.41% from 255 or 46.69% from 362); Blue value is 133 (52.34% from 255 or 36.74% from 362); Max value from RGB is 169 - color contains mainly: green. Hex color #3CA985 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA985 is #C3567A. Grayscale: #848484. Windows color (decimal): -12801659 or 8759612. OLE color: 8759612.
HSL color Cylindrical-coordinate representation of color #3CA985: hue angle of 160.18º 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 #3CA985 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 60 | 169 | 133 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.34 |
| HSL | 160.18º | 0.48% | 0.45% | - |
| HSV(B) | 160.18º | 0.64% | 0.66% | - |
| XYZ | 20.29 | 31.03 | 27.11 | - |
| YUV | 132.31 | 128.39 | 76.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 169 | 133 | 0.64 | 0 | 0.21 | 0.34 | 160.18 | 0.48 | 0.45 |
| Hex | 3C | A9 | 85 | 40 | 0 | 15 | 22 | A0 | 30 | 2D |
| Octal | 74 | 251 | 205 | 100 | 0 | 25 | 42 | 240 | 60 | 55 |
| Binary | 111100 | 10101001 | 10000101 | 1000000 | 0 | 10101 | 100010 | 10100000 | 110000 | 101101 |
Color Harmonies of #3CA985
Complementary color
Monochromatic Colors of #3CA985
Black with #3CA985
Text Example
Text Example
White with #3CA985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA985; }
p { color: rgb(60,169,133); }
H1.HeaderClassName
{
color: #3CA985;
}
.AnyTagClassName
{
color: #3CA985;
}
</style>
background-color css
<style>
a { background-color: #3CA985; }
a { background-color: rgb(60,169,133); }
div.DivClassName
{
background-color: #3CA985;
}
.BgClassName
{
background-color: #3CA985;
}
</style>
border-color css
<style>
span { border-color: #3CA985; }
span { border-color: rgb(60,169,133); }
td.TdClassName
{
border-color: #3CA985;
}
.TagClassName
{
border-color: #3CA985;
}
</style>