Shades of Gossamer #3BAC7F
Tints of Gossamer #3BAC7F
RGB
CMYK
RGB Variations
Color information
#3BAC7F (or 0x3BAC7F) is known color: Gossamer. HEX triplet: 3B, AC and 7F. RGB value is (59,172,127). Sum of RGB (Red+Green+Blue) = 59+172+127=358 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.48% from 358); Green value is 172 (67.58% from 255 or 48.04% from 358); Blue value is 127 (50% from 255 or 35.47% from 358); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAC7F is #C45380. Grayscale: #858585. Windows color (decimal): -12866433 or 8367163. OLE color: 8367163.
HSL color Cylindrical-coordinate representation of color #3BAC7F: hue angle of 156.11º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC7F is Cyan = 0.66, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 127 | - |
| CMYK | 0.66 | 0 | 0.26 | 0.33 |
| HSL | 156.11º | 0.49% | 0.45% | - |
| HSV(B) | 156.11º | 0.66% | 0.67% | - |
| XYZ | 20.39 | 31.97 | 25.17 | - |
| YUV | 133.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 127 | 0.66 | 0 | 0.26 | 0.33 | 156.11 | 0.49 | 0.45 |
| Hex | 3B | AC | 7F | 42 | 0 | 1A | 21 | 9C | 31 | 2D |
| Octal | 73 | 254 | 177 | 102 | 0 | 32 | 41 | 234 | 61 | 55 |
| Binary | 111011 | 10101100 | 1111111 | 1000010 | 0 | 11010 | 100001 | 10011100 | 110001 | 101101 |
Color Harmonies of #3BAC7F
Complementary color
Monochromatic Colors of #3BAC7F
Black with #3BAC7F
Text Example
Text Example
White with #3BAC7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC7F; }
p { color: rgb(59,172,127); }
H1.HeaderClassName
{
color: #3BAC7F;
}
.AnyTagClassName
{
color: #3BAC7F;
}
</style>
background-color css
<style>
a { background-color: #3BAC7F; }
a { background-color: rgb(59,172,127); }
div.DivClassName
{
background-color: #3BAC7F;
}
.BgClassName
{
background-color: #3BAC7F;
}
</style>
border-color css
<style>
span { border-color: #3BAC7F; }
span { border-color: rgb(59,172,127); }
td.TdClassName
{
border-color: #3BAC7F;
}
.TagClassName
{
border-color: #3BAC7F;
}
</style>