Shades of Gossamer #3CA283
Tints of Gossamer #3CA283
RGB
CMYK
RGB Variations
Color information
#3CA283 (or 0x3CA283) is known color: Gossamer. HEX triplet: 3C, A2 and 83. RGB value is (60,162,131). Sum of RGB (Red+Green+Blue) = 60+162+131=353 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.00% from 353); Green value is 162 (63.67% from 255 or 45.89% from 353); Blue value is 131 (51.56% from 255 or 37.11% from 353); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA283 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA283 is #C35D7C. Grayscale: #7F7F7F. Windows color (decimal): -12803453 or 8626748. OLE color: 8626748.
HSL color Cylindrical-coordinate representation of color #3CA283: hue angle of 161.76º 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 #3CA283 is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 131 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.36 |
| HSL | 161.76º | 0.46% | 0.44% | - |
| HSV(B) | 161.76º | 0.63% | 0.64% | - |
| XYZ | 18.88 | 28.44 | 25.97 | - |
| YUV | 127.97 | 129.71 | 79.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 131 | 0.63 | 0 | 0.19 | 0.36 | 161.76 | 0.46 | 0.44 |
| Hex | 3C | A2 | 83 | 3F | 0 | 13 | 24 | A2 | 2E | 2C |
| Octal | 74 | 242 | 203 | 77 | 0 | 23 | 44 | 242 | 56 | 54 |
| Binary | 111100 | 10100010 | 10000011 | 111111 | 0 | 10011 | 100100 | 10100010 | 101110 | 101100 |
Color Harmonies of #3CA283
Complementary color
Monochromatic Colors of #3CA283
Black with #3CA283
Text Example
Text Example
White with #3CA283
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA283; }
p { color: rgb(60,162,131); }
H1.HeaderClassName
{
color: #3CA283;
}
.AnyTagClassName
{
color: #3CA283;
}
</style>
background-color css
<style>
a { background-color: #3CA283; }
a { background-color: rgb(60,162,131); }
div.DivClassName
{
background-color: #3CA283;
}
.BgClassName
{
background-color: #3CA283;
}
</style>
border-color css
<style>
span { border-color: #3CA283; }
span { border-color: rgb(60,162,131); }
td.TdClassName
{
border-color: #3CA283;
}
.TagClassName
{
border-color: #3CA283;
}
</style>