Shades of Gossamer #3CA692
Tints of Gossamer #3CA692
RGB
CMYK
RGB Variations
Color information
#3CA692 (or 0x3CA692) is known color: Gossamer. HEX triplet: 3C, A6 and 92. RGB value is (60,166,146). Sum of RGB (Red+Green+Blue) = 60+166+146=372 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.13% from 372); Green value is 166 (65.23% from 255 or 44.62% from 372); Blue value is 146 (57.42% from 255 or 39.25% from 372); Max value from RGB is 166 - color contains mainly: green. Hex color #3CA692 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CA692 is #C3596D. Grayscale: #848484. Windows color (decimal): -12802414 or 9610812. OLE color: 9610812.
HSL color Cylindrical-coordinate representation of color #3CA692: hue angle of 168.68º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3CA692 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 60 | 166 | 146 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.35 |
| HSL | 168.68º | 0.47% | 0.44% | - |
| HSV(B) | 168.68º | 0.64% | 0.65% | - |
| XYZ | 20.69 | 30.31 | 31.95 | - |
| YUV | 132.03 | 135.88 | 76.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 166 | 146 | 0.64 | 0 | 0.12 | 0.35 | 168.68 | 0.47 | 0.44 |
| Hex | 3C | A6 | 92 | 40 | 0 | C | 23 | A9 | 2F | 2C |
| Octal | 74 | 246 | 222 | 100 | 0 | 14 | 43 | 251 | 57 | 54 |
| Binary | 111100 | 10100110 | 10010010 | 1000000 | 0 | 1100 | 100011 | 10101001 | 101111 | 101100 |
Color Harmonies of #3CA692
Complementary color
Monochromatic Colors of #3CA692
Black with #3CA692
Text Example
Text Example
White with #3CA692
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CA692; }
p { color: rgb(60,166,146); }
H1.HeaderClassName
{
color: #3CA692;
}
.AnyTagClassName
{
color: #3CA692;
}
</style>
background-color css
<style>
a { background-color: #3CA692; }
a { background-color: rgb(60,166,146); }
div.DivClassName
{
background-color: #3CA692;
}
.BgClassName
{
background-color: #3CA692;
}
</style>
border-color css
<style>
span { border-color: #3CA692; }
span { border-color: rgb(60,166,146); }
td.TdClassName
{
border-color: #3CA692;
}
.TagClassName
{
border-color: #3CA692;
}
</style>