Shades of Gossamer #3BAC89
Tints of Gossamer #3BAC89
RGB
CMYK
RGB Variations
Color information
#3BAC89 (or 0x3BAC89) is known color: Gossamer. HEX triplet: 3B, AC and 89. RGB value is (59,172,137). Sum of RGB (Red+Green+Blue) = 59+172+137=368 (48% of max value = 765). Red value is 59 (23.44% from 255 or 16.03% from 368); Green value is 172 (67.58% from 255 or 46.74% from 368); Blue value is 137 (53.91% from 255 or 37.23% from 368); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC89 is #C45376. Grayscale: #868686. Windows color (decimal): -12866423 or 9022523. OLE color: 9022523.
HSL color Cylindrical-coordinate representation of color #3BAC89: hue angle of 161.42º 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 #3BAC89 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 137 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.33 |
| HSL | 161.42º | 0.49% | 0.45% | - |
| HSV(B) | 161.42º | 0.66% | 0.67% | - |
| XYZ | 21.07 | 32.24 | 28.78 | - |
| YUV | 134.22 | 129.56 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 137 | 0.66 | 0 | 0.20 | 0.33 | 161.42 | 0.49 | 0.45 |
| Hex | 3B | AC | 89 | 42 | 0 | 14 | 21 | A1 | 31 | 2D |
| Octal | 73 | 254 | 211 | 102 | 0 | 24 | 41 | 241 | 61 | 55 |
| Binary | 111011 | 10101100 | 10001001 | 1000010 | 0 | 10100 | 100001 | 10100001 | 110001 | 101101 |
Color Harmonies of #3BAC89
Complementary color
Monochromatic Colors of #3BAC89
Black with #3BAC89
Text Example
Text Example
White with #3BAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC89; }
p { color: rgb(59,172,137); }
H1.HeaderClassName
{
color: #3BAC89;
}
.AnyTagClassName
{
color: #3BAC89;
}
</style>
background-color css
<style>
a { background-color: #3BAC89; }
a { background-color: rgb(59,172,137); }
div.DivClassName
{
background-color: #3BAC89;
}
.BgClassName
{
background-color: #3BAC89;
}
</style>
border-color css
<style>
span { border-color: #3BAC89; }
span { border-color: rgb(59,172,137); }
td.TdClassName
{
border-color: #3BAC89;
}
.TagClassName
{
border-color: #3BAC89;
}
</style>