Shades of Gossamer #3C997B
Tints of Gossamer #3C997B
RGB
CMYK
RGB Variations
Color information
#3C997B (or 0x3C997B) is known color: Gossamer. HEX triplet: 3C, 99 and 7B. RGB value is (60,153,123). Sum of RGB (Red+Green+Blue) = 60+153+123=336 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.86% from 336); Green value is 153 (60.16% from 255 or 45.54% from 336); Blue value is 123 (48.44% from 255 or 36.61% from 336); Max value from RGB is 153 - color contains mainly: green. Hex color #3C997B is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C997B is #C36684. Grayscale: #797979. Windows color (decimal): -12805765 or 8100156. OLE color: 8100156.
HSL color Cylindrical-coordinate representation of color #3C997B: hue angle of 160.65º degrees, saturation: 0.44, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #3C997B is Cyan = 0.61, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 123 | - |
| CMYK | 0.61 | 0 | 0.20 | 0.4 |
| HSL | 160.65º | 0.44% | 0.42% | - |
| HSV(B) | 160.65º | 0.61% | 0.6% | - |
| XYZ | 16.83 | 25.17 | 22.71 | - |
| YUV | 121.77 | 128.69 | 83.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 123 | 0.61 | 0 | 0.20 | 0.4 | 160.65 | 0.44 | 0.42 |
| Hex | 3C | 99 | 7B | 3D | 0 | 14 | 28 | A1 | 2C | 2A |
| Octal | 74 | 231 | 173 | 75 | 0 | 24 | 50 | 241 | 54 | 52 |
| Binary | 111100 | 10011001 | 1111011 | 111101 | 0 | 10100 | 101000 | 10100001 | 101100 | 101010 |
Color Harmonies of #3C997B
Complementary color
Monochromatic Colors of #3C997B
Black with #3C997B
Text Example
Text Example
White with #3C997B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C997B; }
p { color: rgb(60,153,123); }
H1.HeaderClassName
{
color: #3C997B;
}
.AnyTagClassName
{
color: #3C997B;
}
</style>
background-color css
<style>
a { background-color: #3C997B; }
a { background-color: rgb(60,153,123); }
div.DivClassName
{
background-color: #3C997B;
}
.BgClassName
{
background-color: #3C997B;
}
</style>
border-color css
<style>
span { border-color: #3C997B; }
span { border-color: rgb(60,153,123); }
td.TdClassName
{
border-color: #3C997B;
}
.TagClassName
{
border-color: #3C997B;
}
</style>