Shades of Gossamer #3C997E
Tints of Gossamer #3C997E
RGB
CMYK
RGB Variations
Color information
#3C997E (or 0x3C997E) is known color: Gossamer. HEX triplet: 3C, 99 and 7E. RGB value is (60,153,126). Sum of RGB (Red+Green+Blue) = 60+153+126=339 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.70% from 339); Green value is 153 (60.16% from 255 or 45.13% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 153 - color contains mainly: green. Hex color #3C997E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C997E is #C36681. Grayscale: #7A7A7A. Windows color (decimal): -12805762 or 8296764. OLE color: 8296764.
HSL color Cylindrical-coordinate representation of color #3C997E: hue angle of 162.58º 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 #3C997E is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 126 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.4 |
| HSL | 162.58º | 0.44% | 0.42% | - |
| HSV(B) | 162.58º | 0.61% | 0.6% | - |
| XYZ | 17.02 | 25.25 | 23.72 | - |
| YUV | 122.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 126 | 0.61 | 0 | 0.18 | 0.4 | 162.58 | 0.44 | 0.42 |
| Hex | 3C | 99 | 7E | 3D | 0 | 12 | 28 | A3 | 2C | 2A |
| Octal | 74 | 231 | 176 | 75 | 0 | 22 | 50 | 243 | 54 | 52 |
| Binary | 111100 | 10011001 | 1111110 | 111101 | 0 | 10010 | 101000 | 10100011 | 101100 | 101010 |
Color Harmonies of #3C997E
Complementary color
Monochromatic Colors of #3C997E
Black with #3C997E
Text Example
Text Example
White with #3C997E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C997E; }
p { color: rgb(60,153,126); }
H1.HeaderClassName
{
color: #3C997E;
}
.AnyTagClassName
{
color: #3C997E;
}
</style>
background-color css
<style>
a { background-color: #3C997E; }
a { background-color: rgb(60,153,126); }
div.DivClassName
{
background-color: #3C997E;
}
.BgClassName
{
background-color: #3C997E;
}
</style>
border-color css
<style>
span { border-color: #3C997E; }
span { border-color: rgb(60,153,126); }
td.TdClassName
{
border-color: #3C997E;
}
.TagClassName
{
border-color: #3C997E;
}
</style>