Shades of Gossamer #3CB184
Tints of Gossamer #3CB184
RGB
CMYK
RGB Variations
Color information
#3CB184 (or 0x3CB184) is known color: Gossamer. HEX triplet: 3C, B1 and 84. RGB value is (60,177,132). Sum of RGB (Red+Green+Blue) = 60+177+132=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 177 (69.53% from 255 or 47.97% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 177 - color contains mainly: green. Hex color #3CB184 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CB184 is #C34E7B. Grayscale: #888888. Windows color (decimal): -12799612 or 8696124. OLE color: 8696124.
HSL color Cylindrical-coordinate representation of color #3CB184: hue angle of 156.92º 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 #3CB184 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 177 | 132 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.31 |
| HSL | 156.92º | 0.49% | 0.46% | - |
| HSV(B) | 156.92º | 0.66% | 0.69% | - |
| XYZ | 21.75 | 34.07 | 27.26 | - |
| YUV | 136.89 | 125.24 | 73.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 177 | 132 | 0.66 | 0 | 0.25 | 0.31 | 156.92 | 0.49 | 0.46 |
| Hex | 3C | B1 | 84 | 42 | 0 | 19 | 1F | 9D | 31 | 2E |
| Octal | 74 | 261 | 204 | 102 | 0 | 31 | 37 | 235 | 61 | 56 |
| Binary | 111100 | 10110001 | 10000100 | 1000010 | 0 | 11001 | 11111 | 10011101 | 110001 | 101110 |
Color Harmonies of #3CB184
Complementary color
Monochromatic Colors of #3CB184
Black with #3CB184
Text Example
Text Example
White with #3CB184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CB184; }
p { color: rgb(60,177,132); }
H1.HeaderClassName
{
color: #3CB184;
}
.AnyTagClassName
{
color: #3CB184;
}
</style>
background-color css
<style>
a { background-color: #3CB184; }
a { background-color: rgb(60,177,132); }
div.DivClassName
{
background-color: #3CB184;
}
.BgClassName
{
background-color: #3CB184;
}
</style>
border-color css
<style>
span { border-color: #3CB184; }
span { border-color: rgb(60,177,132); }
td.TdClassName
{
border-color: #3CB184;
}
.TagClassName
{
border-color: #3CB184;
}
</style>