Shades of Gossamer #3AA27E
Tints of Gossamer #3AA27E
RGB
CMYK
RGB Variations
Color information
#3AA27E (or 0x3AA27E) is known color: Gossamer. HEX triplet: 3A, A2 and 7E. RGB value is (58,162,126). Sum of RGB (Red+Green+Blue) = 58+162+126=346 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.76% from 346); Green value is 162 (63.67% from 255 or 46.82% from 346); Blue value is 126 (49.61% from 255 or 36.42% from 346); Max value from RGB is 162 - color contains mainly: green. Hex color #3AA27E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA27E is #C55D81. Grayscale: #7E7E7E. Windows color (decimal): -12934530 or 8299066. OLE color: 8299066.
HSL color Cylindrical-coordinate representation of color #3AA27E: hue angle of 159.23º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA27E is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 162 | 126 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.36 |
| HSL | 159.23º | 0.47% | 0.43% | - |
| HSV(B) | 159.23º | 0.64% | 0.64% | - |
| XYZ | 18.43 | 28.25 | 24.22 | - |
| YUV | 126.8 | 127.54 | 78.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 162 | 126 | 0.64 | 0 | 0.22 | 0.36 | 159.23 | 0.47 | 0.43 |
| Hex | 3A | A2 | 7E | 40 | 0 | 16 | 24 | 9F | 2F | 2B |
| Octal | 72 | 242 | 176 | 100 | 0 | 26 | 44 | 237 | 57 | 53 |
| Binary | 111010 | 10100010 | 1111110 | 1000000 | 0 | 10110 | 100100 | 10011111 | 101111 | 101011 |
Color Harmonies of #3AA27E
Complementary color
Monochromatic Colors of #3AA27E
Black with #3AA27E
Text Example
Text Example
White with #3AA27E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA27E; }
p { color: rgb(58,162,126); }
H1.HeaderClassName
{
color: #3AA27E;
}
.AnyTagClassName
{
color: #3AA27E;
}
</style>
background-color css
<style>
a { background-color: #3AA27E; }
a { background-color: rgb(58,162,126); }
div.DivClassName
{
background-color: #3AA27E;
}
.BgClassName
{
background-color: #3AA27E;
}
</style>
border-color css
<style>
span { border-color: #3AA27E; }
span { border-color: rgb(58,162,126); }
td.TdClassName
{
border-color: #3AA27E;
}
.TagClassName
{
border-color: #3AA27E;
}
</style>