Shades of Gossamer #3AA997
Tints of Gossamer #3AA997
RGB
CMYK
RGB Variations
Color information
#3AA997 (or 0x3AA997) is known color: Gossamer. HEX triplet: 3A, A9 and 97. RGB value is (58,169,151). Sum of RGB (Red+Green+Blue) = 58+169+151=378 (50% of max value = 765). Red value is 58 (23.05% from 255 or 15.34% from 378); Green value is 169 (66.41% from 255 or 44.71% from 378); Blue value is 151 (59.38% from 255 or 39.95% from 378); Max value from RGB is 169 - color contains mainly: green. Hex color #3AA997 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA997 is #C55668. Grayscale: #858585. Windows color (decimal): -12932713 or 9939258. OLE color: 9939258.
HSL color Cylindrical-coordinate representation of color #3AA997: hue angle of 170.27º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AA997 is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 58 | 169 | 151 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.34 |
| HSL | 170.27º | 0.49% | 0.45% | - |
| HSV(B) | 170.27º | 0.66% | 0.66% | - |
| XYZ | 21.52 | 31.51 | 34.23 | - |
| YUV | 133.76 | 137.73 | 73.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 169 | 151 | 0.66 | 0 | 0.11 | 0.34 | 170.27 | 0.49 | 0.45 |
| Hex | 3A | A9 | 97 | 42 | 0 | B | 22 | AA | 31 | 2D |
| Octal | 72 | 251 | 227 | 102 | 0 | 13 | 42 | 252 | 61 | 55 |
| Binary | 111010 | 10101001 | 10010111 | 1000010 | 0 | 1011 | 100010 | 10101010 | 110001 | 101101 |
Color Harmonies of #3AA997
Complementary color
Monochromatic Colors of #3AA997
Black with #3AA997
Text Example
Text Example
White with #3AA997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA997; }
p { color: rgb(58,169,151); }
H1.HeaderClassName
{
color: #3AA997;
}
.AnyTagClassName
{
color: #3AA997;
}
</style>
background-color css
<style>
a { background-color: #3AA997; }
a { background-color: rgb(58,169,151); }
div.DivClassName
{
background-color: #3AA997;
}
.BgClassName
{
background-color: #3AA997;
}
</style>
border-color css
<style>
span { border-color: #3AA997; }
span { border-color: rgb(58,169,151); }
td.TdClassName
{
border-color: #3AA997;
}
.TagClassName
{
border-color: #3AA997;
}
</style>