Shades of Gossamer #3CA293
Tints of Gossamer #3CA293
RGB
CMYK
RGB Variations
Color information
#3CA293 (or 0x3CA293) is known color: Gossamer. HEX triplet: 3C, A2 and 93. RGB value is (60,162,147). Sum of RGB (Red+Green+Blue) = 60+162+147=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 162 (63.67% from 255 or 43.90% from 369); Blue value is 147 (57.81% from 255 or 39.84% from 369); Max value from RGB is 162 - color contains mainly: green. Hex color #3CA293 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA293 is #C35D6C. Grayscale: #818181. Windows color (decimal): -12803437 or 9675324. OLE color: 9675324.
HSL color Cylindrical-coordinate representation of color #3CA293: hue angle of 171.18º 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 #3CA293 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 60 | 162 | 147 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.36 |
| HSL | 171.18º | 0.46% | 0.44% | - |
| HSV(B) | 171.18º | 0.63% | 0.64% | - |
| XYZ | 20.05 | 28.91 | 32.13 | - |
| YUV | 129.79 | 137.71 | 78.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 162 | 147 | 0.63 | 0 | 0.09 | 0.36 | 171.18 | 0.46 | 0.44 |
| Hex | 3C | A2 | 93 | 3F | 0 | 9 | 24 | AB | 2E | 2C |
| Octal | 74 | 242 | 223 | 77 | 0 | 11 | 44 | 253 | 56 | 54 |
| Binary | 111100 | 10100010 | 10010011 | 111111 | 0 | 1001 | 100100 | 10101011 | 101110 | 101100 |
Color Harmonies of #3CA293
Complementary color
Monochromatic Colors of #3CA293
Black with #3CA293
Text Example
Text Example
White with #3CA293
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA293; }
p { color: rgb(60,162,147); }
H1.HeaderClassName
{
color: #3CA293;
}
.AnyTagClassName
{
color: #3CA293;
}
</style>
background-color css
<style>
a { background-color: #3CA293; }
a { background-color: rgb(60,162,147); }
div.DivClassName
{
background-color: #3CA293;
}
.BgClassName
{
background-color: #3CA293;
}
</style>
border-color css
<style>
span { border-color: #3CA293; }
span { border-color: rgb(60,162,147); }
td.TdClassName
{
border-color: #3CA293;
}
.TagClassName
{
border-color: #3CA293;
}
</style>