Shades of Gossamer #3AAC89
Tints of Gossamer #3AAC89
RGB
CMYK
RGB Variations
Color information
#3AAC89 (or 0x3AAC89) is known color: Gossamer. HEX triplet: 3A, AC and 89. RGB value is (58,172,137). Sum of RGB (Red+Green+Blue) = 58+172+137=367 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.80% from 367); Green value is 172 (67.58% from 255 or 46.87% from 367); Blue value is 137 (53.91% from 255 or 37.33% from 367); Max value from RGB is 172 - color contains mainly: green. Hex color #3AAC89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAC89 is #C55376. Grayscale: #858585. Windows color (decimal): -12931959 or 9022522. OLE color: 9022522.
HSL color Cylindrical-coordinate representation of color #3AAC89: hue angle of 161.58º degrees, saturation: 0.5, 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 #3AAC89 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 172 | 137 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.33 |
| HSL | 161.58º | 0.5% | 0.45% | - |
| HSV(B) | 161.58º | 0.66% | 0.67% | - |
| XYZ | 21.01 | 32.21 | 28.78 | - |
| YUV | 133.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 172 | 137 | 0.66 | 0 | 0.20 | 0.33 | 161.58 | 0.5 | 0.45 |
| Hex | 3A | AC | 89 | 42 | 0 | 14 | 21 | A2 | 32 | 2D |
| Octal | 72 | 254 | 211 | 102 | 0 | 24 | 41 | 242 | 62 | 55 |
| Binary | 111010 | 10101100 | 10001001 | 1000010 | 0 | 10100 | 100001 | 10100010 | 110010 | 101101 |
Color Harmonies of #3AAC89
Complementary color
Monochromatic Colors of #3AAC89
Black with #3AAC89
Text Example
Text Example
White with #3AAC89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAC89; }
p { color: rgb(58,172,137); }
H1.HeaderClassName
{
color: #3AAC89;
}
.AnyTagClassName
{
color: #3AAC89;
}
</style>
background-color css
<style>
a { background-color: #3AAC89; }
a { background-color: rgb(58,172,137); }
div.DivClassName
{
background-color: #3AAC89;
}
.BgClassName
{
background-color: #3AAC89;
}
</style>
border-color css
<style>
span { border-color: #3AAC89; }
span { border-color: rgb(58,172,137); }
td.TdClassName
{
border-color: #3AAC89;
}
.TagClassName
{
border-color: #3AAC89;
}
</style>