Shades of Gossamer #3C9888
Tints of Gossamer #3C9888
RGB
CMYK
RGB Variations
Color information
#3C9888 (or 0x3C9888) is known color: Gossamer. HEX triplet: 3C, 98 and 88. RGB value is (60,152,136). Sum of RGB (Red+Green+Blue) = 60+152+136=348 (46% of max value = 765). Red value is 60 (23.83% from 255 or 17.24% from 348); Green value is 152 (59.77% from 255 or 43.68% from 348); Blue value is 136 (53.52% from 255 or 39.08% from 348); Max value from RGB is 152 - color contains mainly: green. Hex color #3C9888 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3C9888 is #C36777. Grayscale: #7A7A7A. Windows color (decimal): -12806008 or 8951868. OLE color: 8951868.
HSL color Cylindrical-coordinate representation of color #3C9888: hue angle of 169.57º degrees, saturation: 0.43, 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 #3C9888 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 60 | 152 | 136 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.40 |
| HSL | 169.57º | 0.43% | 0.42% | - |
| HSV(B) | 169.57º | 0.61% | 0.6% | - |
| XYZ | 17.54 | 25.19 | 27.23 | - |
| YUV | 122.67 | 135.52 | 83.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 152 | 136 | 0.61 | 0 | 0.11 | 0.40 | 169.57 | 0.43 | 0.42 |
| Hex | 3C | 98 | 88 | 3D | 0 | B | 28 | AA | 2B | 2A |
| Octal | 74 | 230 | 210 | 75 | 0 | 13 | 50 | 252 | 53 | 52 |
| Binary | 111100 | 10011000 | 10001000 | 111101 | 0 | 1011 | 101000 | 10101010 | 101011 | 101010 |
Color Harmonies of #3C9888
Complementary color
Monochromatic Colors of #3C9888
Black with #3C9888
Text Example
Text Example
White with #3C9888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C9888; }
p { color: rgb(60,152,136); }
H1.HeaderClassName
{
color: #3C9888;
}
.AnyTagClassName
{
color: #3C9888;
}
</style>
background-color css
<style>
a { background-color: #3C9888; }
a { background-color: rgb(60,152,136); }
div.DivClassName
{
background-color: #3C9888;
}
.BgClassName
{
background-color: #3C9888;
}
</style>
border-color css
<style>
span { border-color: #3C9888; }
span { border-color: rgb(60,152,136); }
td.TdClassName
{
border-color: #3C9888;
}
.TagClassName
{
border-color: #3C9888;
}
</style>