Shades of Gossamer #3BAF91
Tints of Gossamer #3BAF91
RGB
CMYK
RGB Variations
Color information
#3BAF91 (or 0x3BAF91) is known color: Gossamer. HEX triplet: 3B, AF and 91. RGB value is (59,175,145). Sum of RGB (Red+Green+Blue) = 59+175+145=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 175 (68.75% from 255 or 46.17% from 379); Blue value is 145 (57.03% from 255 or 38.26% from 379); Max value from RGB is 175 - color contains mainly: green. Hex color #3BAF91 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAF91 is #C4506E. Grayscale: #888888. Windows color (decimal): -12865647 or 9547579. OLE color: 9547579.
HSL color Cylindrical-coordinate representation of color #3BAF91: hue angle of 164.48º 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 #3BAF91 is Cyan = 0.66, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 175 | 145 | - |
| CMYK | 0.66 | 0 | 0.17 | 0.31 |
| HSL | 164.48º | 0.5% | 0.46% | - |
| HSV(B) | 164.48º | 0.66% | 0.69% | - |
| XYZ | 22.24 | 33.63 | 32.11 | - |
| YUV | 136.9 | 132.57 | 72.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 175 | 145 | 0.66 | 0 | 0.17 | 0.31 | 164.48 | 0.5 | 0.46 |
| Hex | 3B | AF | 91 | 42 | 0 | 11 | 1F | A4 | 32 | 2E |
| Octal | 73 | 257 | 221 | 102 | 0 | 21 | 37 | 244 | 62 | 56 |
| Binary | 111011 | 10101111 | 10010001 | 1000010 | 0 | 10001 | 11111 | 10100100 | 110010 | 101110 |
Color Harmonies of #3BAF91
Complementary color
Monochromatic Colors of #3BAF91
Black with #3BAF91
Text Example
Text Example
White with #3BAF91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAF91; }
p { color: rgb(59,175,145); }
H1.HeaderClassName
{
color: #3BAF91;
}
.AnyTagClassName
{
color: #3BAF91;
}
</style>
background-color css
<style>
a { background-color: #3BAF91; }
a { background-color: rgb(59,175,145); }
div.DivClassName
{
background-color: #3BAF91;
}
.BgClassName
{
background-color: #3BAF91;
}
</style>
border-color css
<style>
span { border-color: #3BAF91; }
span { border-color: rgb(59,175,145); }
td.TdClassName
{
border-color: #3BAF91;
}
.TagClassName
{
border-color: #3BAF91;
}
</style>