Shades of Gossamer #3CA17C
Tints of Gossamer #3CA17C
RGB
CMYK
RGB Variations
Color information
#3CA17C (or 0x3CA17C) is known color: Gossamer. HEX triplet: 3C, A1 and 7C. RGB value is (60,161,124). Sum of RGB (Red+Green+Blue) = 60+161+124=345 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.39% from 345); Green value is 161 (63.28% from 255 or 46.67% from 345); Blue value is 124 (48.83% from 255 or 35.94% from 345); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA17C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA17C is #C35E83. Grayscale: #7E7E7E. Windows color (decimal): -12803716 or 8167740. OLE color: 8167740.
HSL color Cylindrical-coordinate representation of color #3CA17C: hue angle of 158.02º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA17C is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 124 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.37 |
| HSL | 158.02º | 0.46% | 0.43% | - |
| HSV(B) | 158.02º | 0.63% | 0.63% | - |
| XYZ | 18.25 | 27.91 | 23.49 | - |
| YUV | 126.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 124 | 0.63 | 0 | 0.23 | 0.37 | 158.02 | 0.46 | 0.43 |
| Hex | 3C | A1 | 7C | 3F | 0 | 17 | 25 | 9E | 2E | 2B |
| Octal | 74 | 241 | 174 | 77 | 0 | 27 | 45 | 236 | 56 | 53 |
| Binary | 111100 | 10100001 | 1111100 | 111111 | 0 | 10111 | 100101 | 10011110 | 101110 | 101011 |
Color Harmonies of #3CA17C
Complementary color
Monochromatic Colors of #3CA17C
Black with #3CA17C
Text Example
Text Example
White with #3CA17C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA17C; }
p { color: rgb(60,161,124); }
H1.HeaderClassName
{
color: #3CA17C;
}
.AnyTagClassName
{
color: #3CA17C;
}
</style>
background-color css
<style>
a { background-color: #3CA17C; }
a { background-color: rgb(60,161,124); }
div.DivClassName
{
background-color: #3CA17C;
}
.BgClassName
{
background-color: #3CA17C;
}
</style>
border-color css
<style>
span { border-color: #3CA17C; }
span { border-color: rgb(60,161,124); }
td.TdClassName
{
border-color: #3CA17C;
}
.TagClassName
{
border-color: #3CA17C;
}
</style>