Shades of Gossamer #3CB186
Tints of Gossamer #3CB186
RGB
CMYK
RGB Variations
Color information
#3CB186 (or 0x3CB186) is known color: Gossamer. HEX triplet: 3C, B1 and 86. RGB value is (60,177,134). Sum of RGB (Red+Green+Blue) = 60+177+134=371 (49% of max value = 765). Red value is 60 (23.83% from 255 or 16.17% from 371); Green value is 177 (69.53% from 255 or 47.71% from 371); Blue value is 134 (52.73% from 255 or 36.12% from 371); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB186 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB186 is #C34E79. Grayscale: #898989. Windows color (decimal): -12799610 or 8827196. OLE color: 8827196.
HSL color Cylindrical-coordinate representation of color #3CB186: hue angle of 157.95º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3CB186 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 134 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.31 |
| HSL | 157.95º | 0.49% | 0.46% | - |
| HSV(B) | 157.95º | 0.66% | 0.69% | - |
| XYZ | 21.89 | 34.13 | 27.99 | - |
| YUV | 137.12 | 126.24 | 73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 134 | 0.66 | 0 | 0.24 | 0.31 | 157.95 | 0.49 | 0.46 |
| Hex | 3C | B1 | 86 | 42 | 0 | 18 | 1F | 9E | 31 | 2E |
| Octal | 74 | 261 | 206 | 102 | 0 | 30 | 37 | 236 | 61 | 56 |
| Binary | 111100 | 10110001 | 10000110 | 1000010 | 0 | 11000 | 11111 | 10011110 | 110001 | 101110 |
Color Harmonies of #3CB186
Complementary color
Monochromatic Colors of #3CB186
Black with #3CB186
Text Example
Text Example
White with #3CB186
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB186; }
p { color: rgb(60,177,134); }
H1.HeaderClassName
{
color: #3CB186;
}
.AnyTagClassName
{
color: #3CB186;
}
</style>
background-color css
<style>
a { background-color: #3CB186; }
a { background-color: rgb(60,177,134); }
div.DivClassName
{
background-color: #3CB186;
}
.BgClassName
{
background-color: #3CB186;
}
</style>
border-color css
<style>
span { border-color: #3CB186; }
span { border-color: rgb(60,177,134); }
td.TdClassName
{
border-color: #3CB186;
}
.TagClassName
{
border-color: #3CB186;
}
</style>