Shades of Gossamer #3CA280
Tints of Gossamer #3CA280
RGB
CMYK
RGB Variations
Color information
#3CA280 (or 0x3CA280) is known color: Gossamer. HEX triplet: 3C, A2 and 80. RGB value is (60,162,128). Sum of RGB (Red+Green+Blue) = 60+162+128=350 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.14% from 350); Green value is 162 (63.67% from 255 or 46.29% from 350); Blue value is 128 (50.39% from 255 or 36.57% from 350); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA280 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA280 is #C35D7F. Grayscale: #7F7F7F. Windows color (decimal): -12803456 or 8430140. OLE color: 8430140.
HSL color Cylindrical-coordinate representation of color #3CA280: hue angle of 160º 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 #3CA280 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 128 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.36 |
| HSL | 160º | 0.46% | 0.44% | - |
| HSV(B) | 160º | 0.63% | 0.64% | - |
| XYZ | 18.68 | 28.36 | 24.91 | - |
| YUV | 127.63 | 128.21 | 79.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 128 | 0.63 | 0 | 0.21 | 0.36 | 160 | 0.46 | 0.44 |
| Hex | 3C | A2 | 80 | 3F | 0 | 15 | 24 | A0 | 2E | 2C |
| Octal | 74 | 242 | 200 | 77 | 0 | 25 | 44 | 240 | 56 | 54 |
| Binary | 111100 | 10100010 | 10000000 | 111111 | 0 | 10101 | 100100 | 10100000 | 101110 | 101100 |
Color Harmonies of #3CA280
Complementary color
Monochromatic Colors of #3CA280
Black with #3CA280
Text Example
Text Example
White with #3CA280
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA280; }
p { color: rgb(60,162,128); }
H1.HeaderClassName
{
color: #3CA280;
}
.AnyTagClassName
{
color: #3CA280;
}
</style>
background-color css
<style>
a { background-color: #3CA280; }
a { background-color: rgb(60,162,128); }
div.DivClassName
{
background-color: #3CA280;
}
.BgClassName
{
background-color: #3CA280;
}
</style>
border-color css
<style>
span { border-color: #3CA280; }
span { border-color: rgb(60,162,128); }
td.TdClassName
{
border-color: #3CA280;
}
.TagClassName
{
border-color: #3CA280;
}
</style>