Shades of Gossamer #3C997D
Tints of Gossamer #3C997D
RGB
CMYK
RGB Variations
Color information
#3C997D (or 0x3C997D) is known color: Gossamer. HEX triplet: 3C, 99 and 7D. RGB value is (60,153,125). Sum of RGB (Red+Green+Blue) = 60+153+125=338 (44% of max value = 765). Red value is 60 (23.83% from 255 or 17.75% from 338); Green value is 153 (60.16% from 255 or 45.27% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 153 - color contains mainly: green. Hex color #3C997D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3C997D is #C36682. Grayscale: #7A7A7A. Windows color (decimal): -12805763 or 8231228. OLE color: 8231228.
HSL color Cylindrical-coordinate representation of color #3C997D: hue angle of 161.94º 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 #3C997D is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 60 | 153 | 125 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.4 |
| HSL | 161.94º | 0.44% | 0.42% | - |
| HSV(B) | 161.94º | 0.61% | 0.6% | - |
| XYZ | 16.96 | 25.22 | 23.38 | - |
| YUV | 122 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 153 | 125 | 0.61 | 0 | 0.18 | 0.4 | 161.94 | 0.44 | 0.42 |
| Hex | 3C | 99 | 7D | 3D | 0 | 12 | 28 | A2 | 2C | 2A |
| Octal | 74 | 231 | 175 | 75 | 0 | 22 | 50 | 242 | 54 | 52 |
| Binary | 111100 | 10011001 | 1111101 | 111101 | 0 | 10010 | 101000 | 10100010 | 101100 | 101010 |
Color Harmonies of #3C997D
Complementary color
Monochromatic Colors of #3C997D
Black with #3C997D
Text Example
Text Example
White with #3C997D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C997D; }
p { color: rgb(60,153,125); }
H1.HeaderClassName
{
color: #3C997D;
}
.AnyTagClassName
{
color: #3C997D;
}
</style>
background-color css
<style>
a { background-color: #3C997D; }
a { background-color: rgb(60,153,125); }
div.DivClassName
{
background-color: #3C997D;
}
.BgClassName
{
background-color: #3C997D;
}
</style>
border-color css
<style>
span { border-color: #3C997D; }
span { border-color: rgb(60,153,125); }
td.TdClassName
{
border-color: #3C997D;
}
.TagClassName
{
border-color: #3C997D;
}
</style>