Shades of Gossamer #3AAF86
Tints of Gossamer #3AAF86
RGB
CMYK
RGB Variations
Color information
#3AAF86 (or 0x3AAF86) is known color: Gossamer. HEX triplet: 3A, AF and 86. RGB value is (58,175,134). Sum of RGB (Red+Green+Blue) = 58+175+134=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 175 (68.75% from 255 or 47.68% from 367); Blue value is 134 (52.73% from 255 or 36.51% from 367); Max value from RGB is 175 - color contains mainly: green. Hex color #3AAF86 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAF86 is #C55079. Grayscale: #878787. Windows color (decimal): -12931194 or 8826682. OLE color: 8826682.
HSL color Cylindrical-coordinate representation of color #3AAF86: hue angle of 158.97º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3AAF86 is Cyan = 0.67, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 175 | 134 | - |
| CMYK | 0.67 | 0 | 0.23 | 0.31 |
| HSL | 158.97º | 0.5% | 0.46% | - |
| HSV(B) | 158.97º | 0.67% | 0.69% | - |
| XYZ | 21.38 | 33.28 | 27.85 | - |
| YUV | 135.34 | 127.24 | 72.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 175 | 134 | 0.67 | 0 | 0.23 | 0.31 | 158.97 | 0.5 | 0.46 |
| Hex | 3A | AF | 86 | 43 | 0 | 17 | 1F | 9F | 32 | 2E |
| Octal | 72 | 257 | 206 | 103 | 0 | 27 | 37 | 237 | 62 | 56 |
| Binary | 111010 | 10101111 | 10000110 | 1000011 | 0 | 10111 | 11111 | 10011111 | 110010 | 101110 |
Color Harmonies of #3AAF86
Complementary color
Monochromatic Colors of #3AAF86
Black with #3AAF86
Text Example
Text Example
White with #3AAF86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAF86; }
p { color: rgb(58,175,134); }
H1.HeaderClassName
{
color: #3AAF86;
}
.AnyTagClassName
{
color: #3AAF86;
}
</style>
background-color css
<style>
a { background-color: #3AAF86; }
a { background-color: rgb(58,175,134); }
div.DivClassName
{
background-color: #3AAF86;
}
.BgClassName
{
background-color: #3AAF86;
}
</style>
border-color css
<style>
span { border-color: #3AAF86; }
span { border-color: rgb(58,175,134); }
td.TdClassName
{
border-color: #3AAF86;
}
.TagClassName
{
border-color: #3AAF86;
}
</style>