Shades of Gossamer #3C9C85
Tints of Gossamer #3C9C85
RGB
CMYK
RGB Variations
Color information
#3C9C85 (or 0x3C9C85) is known color: Gossamer. HEX triplet: 3C, 9C and 85. RGB value is (60,156,133). Sum of RGB (Red+Green+Blue) = 60+156+133=349 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.19% from 349); Green value is 156 (61.33% from 255 or 44.70% from 349); Blue value is 133 (52.34% from 255 or 38.11% from 349); Max value from RGB is 156 - color contains mainly: green. Hex color #3C9C85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9C85 is #C3637A. Grayscale: #7C7C7C. Windows color (decimal): -12804987 or 8756284. OLE color: 8756284.
HSL color Cylindrical-coordinate representation of color #3C9C85: hue angle of 165.62º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3C9C85 is Cyan = 0.62, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 60 | 156 | 133 | - |
| CMYK | 0.62 | 0 | 0.15 | 0.39 |
| HSL | 165.63º | 0.44% | 0.42% | - |
| HSV(B) | 165.63º | 0.62% | 0.61% | - |
| XYZ | 17.99 | 26.43 | 26.34 | - |
| YUV | 124.67 | 132.7 | 81.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 156 | 133 | 0.62 | 0 | 0.15 | 0.39 | 165.63 | 0.44 | 0.42 |
| Hex | 3C | 9C | 85 | 3E | 0 | F | 27 | A6 | 2C | 2A |
| Octal | 74 | 234 | 205 | 76 | 0 | 17 | 47 | 246 | 54 | 52 |
| Binary | 111100 | 10011100 | 10000101 | 111110 | 0 | 1111 | 100111 | 10100110 | 101100 | 101010 |
Color Harmonies of #3C9C85
Complementary color
Monochromatic Colors of #3C9C85
Black with #3C9C85
Text Example
Text Example
White with #3C9C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9C85; }
p { color: rgb(60,156,133); }
H1.HeaderClassName
{
color: #3C9C85;
}
.AnyTagClassName
{
color: #3C9C85;
}
</style>
background-color css
<style>
a { background-color: #3C9C85; }
a { background-color: rgb(60,156,133); }
div.DivClassName
{
background-color: #3C9C85;
}
.BgClassName
{
background-color: #3C9C85;
}
</style>
border-color css
<style>
span { border-color: #3C9C85; }
span { border-color: rgb(60,156,133); }
td.TdClassName
{
border-color: #3C9C85;
}
.TagClassName
{
border-color: #3C9C85;
}
</style>