Shades of Gossamer #3BAF89
Tints of Gossamer #3BAF89
RGB
CMYK
RGB Variations
Color information
#3BAF89 (or 0x3BAF89) is known color: Gossamer. HEX triplet: 3B, AF and 89. RGB value is (59,175,137). Sum of RGB (Red+Green+Blue) = 59+175+137=371 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.90% from 371); Green value is 175 (68.75% from 255 or 47.17% from 371); Blue value is 137 (53.91% from 255 or 36.93% from 371); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF89 is #C45076. Grayscale: #888888. Windows color (decimal): -12865655 or 9023291. OLE color: 9023291.
HSL color Cylindrical-coordinate representation of color #3BAF89: hue angle of 160.34º degrees, saturation: 0.5, 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 #3BAF89 is Cyan = 0.66, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 137 | - |
| CMYK | 0.66 | 0 | 0.22 | 0.31 |
| HSL | 160.34º | 0.5% | 0.46% | - |
| HSV(B) | 160.34º | 0.66% | 0.69% | - |
| XYZ | 21.65 | 33.4 | 28.97 | - |
| YUV | 135.98 | 128.57 | 73.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 137 | 0.66 | 0 | 0.22 | 0.31 | 160.34 | 0.5 | 0.46 |
| Hex | 3B | AF | 89 | 42 | 0 | 16 | 1F | A0 | 32 | 2E |
| Octal | 73 | 257 | 211 | 102 | 0 | 26 | 37 | 240 | 62 | 56 |
| Binary | 111011 | 10101111 | 10001001 | 1000010 | 0 | 10110 | 11111 | 10100000 | 110010 | 101110 |
Color Harmonies of #3BAF89
Complementary color
Monochromatic Colors of #3BAF89
Black with #3BAF89
Text Example
Text Example
White with #3BAF89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF89; }
p { color: rgb(59,175,137); }
H1.HeaderClassName
{
color: #3BAF89;
}
.AnyTagClassName
{
color: #3BAF89;
}
</style>
background-color css
<style>
a { background-color: #3BAF89; }
a { background-color: rgb(59,175,137); }
div.DivClassName
{
background-color: #3BAF89;
}
.BgClassName
{
background-color: #3BAF89;
}
</style>
border-color css
<style>
span { border-color: #3BAF89; }
span { border-color: rgb(59,175,137); }
td.TdClassName
{
border-color: #3BAF89;
}
.TagClassName
{
border-color: #3BAF89;
}
</style>