Shades of Gossamer #3AAD81
Tints of Gossamer #3AAD81
RGB
CMYK
RGB Variations
Color information
#3AAD81 (or 0x3AAD81) is known color: Gossamer. HEX triplet: 3A, AD and 81. RGB value is (58,173,129). Sum of RGB (Red+Green+Blue) = 58+173+129=360 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.11% from 360); Green value is 173 (67.97% from 255 or 48.06% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD81 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD81 is #C5527E. Grayscale: #858585. Windows color (decimal): -12931711 or 8498490. OLE color: 8498490.
HSL color Cylindrical-coordinate representation of color #3AAD81: hue angle of 157.04º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3AAD81 is Cyan = 0.66, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 129 | - |
| CMYK | 0.66 | 0 | 0.25 | 0.32 |
| HSL | 157.04º | 0.5% | 0.45% | - |
| HSV(B) | 157.04º | 0.66% | 0.68% | - |
| XYZ | 20.65 | 32.37 | 25.93 | - |
| YUV | 133.6 | 125.4 | 74.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 129 | 0.66 | 0 | 0.25 | 0.32 | 157.04 | 0.5 | 0.45 |
| Hex | 3A | AD | 81 | 42 | 0 | 19 | 20 | 9D | 32 | 2D |
| Octal | 72 | 255 | 201 | 102 | 0 | 31 | 40 | 235 | 62 | 55 |
| Binary | 111010 | 10101101 | 10000001 | 1000010 | 0 | 11001 | 100000 | 10011101 | 110010 | 101101 |
Color Harmonies of #3AAD81
Complementary color
Monochromatic Colors of #3AAD81
Black with #3AAD81
Text Example
Text Example
White with #3AAD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD81; }
p { color: rgb(58,173,129); }
H1.HeaderClassName
{
color: #3AAD81;
}
.AnyTagClassName
{
color: #3AAD81;
}
</style>
background-color css
<style>
a { background-color: #3AAD81; }
a { background-color: rgb(58,173,129); }
div.DivClassName
{
background-color: #3AAD81;
}
.BgClassName
{
background-color: #3AAD81;
}
</style>
border-color css
<style>
span { border-color: #3AAD81; }
span { border-color: rgb(58,173,129); }
td.TdClassName
{
border-color: #3AAD81;
}
.TagClassName
{
border-color: #3AAD81;
}
</style>