Shades of Gossamer #3CAF86
Tints of Gossamer #3CAF86
RGB
CMYK
RGB Variations
Color information
#3CAF86 (or 0x3CAF86) is known color: Gossamer. HEX triplet: 3C, AF and 86. RGB value is (60,175,134). Sum of RGB (Red+Green+Blue) = 60+175+134=369 (48% of max value = 765). Red value is 60 (23.83% from 255 or 16.26% from 369); Green value is 175 (68.75% from 255 or 47.43% from 369); Blue value is 134 (52.73% from 255 or 36.31% from 369); Max value from RGB is 175 - color contains mainly: green. Hex color #3CAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3CAF86 is #C35079. Grayscale: #878787. Windows color (decimal): -12800122 or 8826684. OLE color: 8826684.
HSL color Cylindrical-coordinate representation of color #3CAF86: hue angle of 158.61º 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 #3CAF86 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 60 | 175 | 134 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.31 |
| HSL | 158.61º | 0.49% | 0.46% | - |
| HSV(B) | 158.61º | 0.66% | 0.69% | - |
| XYZ | 21.5 | 33.34 | 27.86 | - |
| YUV | 135.94 | 126.9 | 73.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 175 | 134 | 0.66 | 0 | 0.23 | 0.31 | 158.61 | 0.49 | 0.46 |
| Hex | 3C | AF | 86 | 42 | 0 | 17 | 1F | 9F | 31 | 2E |
| Octal | 74 | 257 | 206 | 102 | 0 | 27 | 37 | 237 | 61 | 56 |
| Binary | 111100 | 10101111 | 10000110 | 1000010 | 0 | 10111 | 11111 | 10011111 | 110001 | 101110 |
Color Harmonies of #3CAF86
Complementary color
Monochromatic Colors of #3CAF86
Black with #3CAF86
Text Example
Text Example
White with #3CAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3CAF86; }
p { color: rgb(60,175,134); }
H1.HeaderClassName
{
color: #3CAF86;
}
.AnyTagClassName
{
color: #3CAF86;
}
</style>
background-color css
<style>
a { background-color: #3CAF86; }
a { background-color: rgb(60,175,134); }
div.DivClassName
{
background-color: #3CAF86;
}
.BgClassName
{
background-color: #3CAF86;
}
</style>
border-color css
<style>
span { border-color: #3CAF86; }
span { border-color: rgb(60,175,134); }
td.TdClassName
{
border-color: #3CAF86;
}
.TagClassName
{
border-color: #3CAF86;
}
</style>