Shades of Gossamer #3AAA81
Tints of Gossamer #3AAA81
RGB
CMYK
RGB Variations
Color information
#3AAA81 (or 0x3AAA81) is known color: Gossamer. HEX triplet: 3A, AA and 81. RGB value is (58,170,129). Sum of RGB (Red+Green+Blue) = 58+170+129=357 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.25% from 357); Green value is 170 (66.80% from 255 or 47.62% from 357); Blue value is 129 (50.78% from 255 or 36.13% from 357); Max value from RGB is 170 - color contains mainly: green. Hex color #3AAA81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAA81 is #C5557E. Grayscale: #838383. Windows color (decimal): -12932479 or 8497722. OLE color: 8497722.
HSL color Cylindrical-coordinate representation of color #3AAA81: hue angle of 158.04º degrees, saturation: 0.49, 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 #3AAA81 is Cyan = 0.66, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 58 | 170 | 129 | - |
| CMYK | 0.66 | 0 | 0.24 | 0.33 |
| HSL | 158.04º | 0.49% | 0.45% | - |
| HSV(B) | 158.04º | 0.66% | 0.67% | - |
| XYZ | 20.08 | 31.23 | 25.74 | - |
| YUV | 131.84 | 126.39 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 170 | 129 | 0.66 | 0 | 0.24 | 0.33 | 158.04 | 0.49 | 0.45 |
| Hex | 3A | AA | 81 | 42 | 0 | 18 | 21 | 9E | 31 | 2D |
| Octal | 72 | 252 | 201 | 102 | 0 | 30 | 41 | 236 | 61 | 55 |
| Binary | 111010 | 10101010 | 10000001 | 1000010 | 0 | 11000 | 100001 | 10011110 | 110001 | 101101 |
Color Harmonies of #3AAA81
Complementary color
Monochromatic Colors of #3AAA81
Black with #3AAA81
Text Example
Text Example
White with #3AAA81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAA81; }
p { color: rgb(58,170,129); }
H1.HeaderClassName
{
color: #3AAA81;
}
.AnyTagClassName
{
color: #3AAA81;
}
</style>
background-color css
<style>
a { background-color: #3AAA81; }
a { background-color: rgb(58,170,129); }
div.DivClassName
{
background-color: #3AAA81;
}
.BgClassName
{
background-color: #3AAA81;
}
</style>
border-color css
<style>
span { border-color: #3AAA81; }
span { border-color: rgb(58,170,129); }
td.TdClassName
{
border-color: #3AAA81;
}
.TagClassName
{
border-color: #3AAA81;
}
</style>