Shades of Gossamer #3CA37E
Tints of Gossamer #3CA37E
RGB
CMYK
RGB Variations
Color information
#3CA37E (or 0x3CA37E) is known color: Gossamer. HEX triplet: 3C, A3 and 7E. RGB value is (60,163,126). Sum of RGB (Red+Green+Blue) = 60+163+126=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 163 (64.06% from 255 or 46.70% from 349); Blue value is 126 (49.61% from 255 or 36.10% from 349); Max value from RGB is 163 - color contains mainly: green. Hex color #3CA37E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3CA37E is #C35C81. Grayscale: #808080. Windows color (decimal): -12803202 or 8299324. OLE color: 8299324.
HSL color Cylindrical-coordinate representation of color #3CA37E: hue angle of 158.45º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3CA37E is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 163 | 126 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.36 |
| HSL | 158.45º | 0.46% | 0.44% | - |
| HSV(B) | 158.45º | 0.63% | 0.64% | - |
| XYZ | 18.73 | 28.66 | 24.28 | - |
| YUV | 127.99 | 126.88 | 79.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 163 | 126 | 0.63 | 0 | 0.23 | 0.36 | 158.45 | 0.46 | 0.44 |
| Hex | 3C | A3 | 7E | 3F | 0 | 17 | 24 | 9E | 2E | 2C |
| Octal | 74 | 243 | 176 | 77 | 0 | 27 | 44 | 236 | 56 | 54 |
| Binary | 111100 | 10100011 | 1111110 | 111111 | 0 | 10111 | 100100 | 10011110 | 101110 | 101100 |
Color Harmonies of #3CA37E
Complementary color
Monochromatic Colors of #3CA37E
Black with #3CA37E
Text Example
Text Example
White with #3CA37E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA37E; }
p { color: rgb(60,163,126); }
H1.HeaderClassName
{
color: #3CA37E;
}
.AnyTagClassName
{
color: #3CA37E;
}
</style>
background-color css
<style>
a { background-color: #3CA37E; }
a { background-color: rgb(60,163,126); }
div.DivClassName
{
background-color: #3CA37E;
}
.BgClassName
{
background-color: #3CA37E;
}
</style>
border-color css
<style>
span { border-color: #3CA37E; }
span { border-color: rgb(60,163,126); }
td.TdClassName
{
border-color: #3CA37E;
}
.TagClassName
{
border-color: #3CA37E;
}
</style>