Shades of Gossamer #3CA17B
Tints of Gossamer #3CA17B
RGB
CMYK
RGB Variations
Color information
#3CA17B (or 0x3CA17B) is known color: Gossamer. HEX triplet: 3C, A1 and 7B. RGB value is (60,161,123). Sum of RGB (Red+Green+Blue) = 60+161+123=344 (45% of max value = 765). Red value is 60 (23.83% from 255 or 17.44% from 344); Green value is 161 (63.28% from 255 or 46.80% from 344); Blue value is 123 (48.44% from 255 or 35.76% from 344); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA17B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA17B is #C35E84. Grayscale: #7E7E7E. Windows color (decimal): -12803717 or 8102204. OLE color: 8102204.
HSL color Cylindrical-coordinate representation of color #3CA17B: hue angle of 157.43º 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 #3CA17B is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 123 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.37 |
| HSL | 157.43º | 0.46% | 0.43% | - |
| HSV(B) | 157.43º | 0.63% | 0.63% | - |
| XYZ | 18.18 | 27.88 | 23.16 | - |
| YUV | 126.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 123 | 0.63 | 0 | 0.24 | 0.37 | 157.43 | 0.46 | 0.43 |
| Hex | 3C | A1 | 7B | 3F | 0 | 18 | 25 | 9D | 2E | 2B |
| Octal | 74 | 241 | 173 | 77 | 0 | 30 | 45 | 235 | 56 | 53 |
| Binary | 111100 | 10100001 | 1111011 | 111111 | 0 | 11000 | 100101 | 10011101 | 101110 | 101011 |
Color Harmonies of #3CA17B
Complementary color
Monochromatic Colors of #3CA17B
Black with #3CA17B
Text Example
Text Example
White with #3CA17B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA17B; }
p { color: rgb(60,161,123); }
H1.HeaderClassName
{
color: #3CA17B;
}
.AnyTagClassName
{
color: #3CA17B;
}
</style>
background-color css
<style>
a { background-color: #3CA17B; }
a { background-color: rgb(60,161,123); }
div.DivClassName
{
background-color: #3CA17B;
}
.BgClassName
{
background-color: #3CA17B;
}
</style>
border-color css
<style>
span { border-color: #3CA17B; }
span { border-color: rgb(60,161,123); }
td.TdClassName
{
border-color: #3CA17B;
}
.TagClassName
{
border-color: #3CA17B;
}
</style>