Shades of Gossamer #3CA193
Tints of Gossamer #3CA193
RGB
CMYK
RGB Variations
Color information
#3CA193 (or 0x3CA193) is known color: Gossamer. HEX triplet: 3C, A1 and 93. RGB value is (60,161,147). Sum of RGB (Red+Green+Blue) = 60+161+147=368 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.30% from 368); Green value is 161 (63.28% from 255 or 43.75% from 368); Blue value is 147 (57.81% from 255 or 39.95% from 368); Max value from RGB is 161 - color contains mainly: green. Hex color #3CA193 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA193 is #C35E6C. Grayscale: #818181. Windows color (decimal): -12803693 or 9675068. OLE color: 9675068.
HSL color Cylindrical-coordinate representation of color #3CA193: hue angle of 171.68º 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 #3CA193 is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 60 | 161 | 147 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.37 |
| HSL | 171.68º | 0.46% | 0.43% | - |
| HSV(B) | 171.68º | 0.63% | 0.63% | - |
| XYZ | 19.87 | 28.56 | 32.07 | - |
| YUV | 129.21 | 138.04 | 78.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 161 | 147 | 0.63 | 0 | 0.09 | 0.37 | 171.68 | 0.46 | 0.43 |
| Hex | 3C | A1 | 93 | 3F | 0 | 9 | 25 | AC | 2E | 2B |
| Octal | 74 | 241 | 223 | 77 | 0 | 11 | 45 | 254 | 56 | 53 |
| Binary | 111100 | 10100001 | 10010011 | 111111 | 0 | 1001 | 100101 | 10101100 | 101110 | 101011 |
Color Harmonies of #3CA193
Complementary color
Monochromatic Colors of #3CA193
Black with #3CA193
Text Example
Text Example
White with #3CA193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA193; }
p { color: rgb(60,161,147); }
H1.HeaderClassName
{
color: #3CA193;
}
.AnyTagClassName
{
color: #3CA193;
}
</style>
background-color css
<style>
a { background-color: #3CA193; }
a { background-color: rgb(60,161,147); }
div.DivClassName
{
background-color: #3CA193;
}
.BgClassName
{
background-color: #3CA193;
}
</style>
border-color css
<style>
span { border-color: #3CA193; }
span { border-color: rgb(60,161,147); }
td.TdClassName
{
border-color: #3CA193;
}
.TagClassName
{
border-color: #3CA193;
}
</style>