Shades of Gossamer #3AAD85
Tints of Gossamer #3AAD85
RGB
CMYK
RGB Variations
Color information
#3AAD85 (or 0x3AAD85) is known color: Gossamer. HEX triplet: 3A, AD and 85. RGB value is (58,173,133). Sum of RGB (Red+Green+Blue) = 58+173+133=364 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.93% from 364); Green value is 173 (67.97% from 255 or 47.53% from 364); Blue value is 133 (52.34% from 255 or 36.54% from 364); Max value from RGB is 173 - color contains mainly: green. Hex color #3AAD85 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AAD85 is #C5527A. Grayscale: #868686. Windows color (decimal): -12931707 or 8760634. OLE color: 8760634.
HSL color Cylindrical-coordinate representation of color #3AAD85: hue angle of 159.13º 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 #3AAD85 is Cyan = 0.66, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 58 | 173 | 133 | - |
| CMYK | 0.66 | 0 | 0.23 | 0.32 |
| HSL | 159.13º | 0.5% | 0.45% | - |
| HSV(B) | 159.13º | 0.66% | 0.68% | - |
| XYZ | 20.92 | 32.48 | 27.36 | - |
| YUV | 134.06 | 127.4 | 73.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 173 | 133 | 0.66 | 0 | 0.23 | 0.32 | 159.13 | 0.5 | 0.45 |
| Hex | 3A | AD | 85 | 42 | 0 | 17 | 20 | 9F | 32 | 2D |
| Octal | 72 | 255 | 205 | 102 | 0 | 27 | 40 | 237 | 62 | 55 |
| Binary | 111010 | 10101101 | 10000101 | 1000010 | 0 | 10111 | 100000 | 10011111 | 110010 | 101101 |
Color Harmonies of #3AAD85
Complementary color
Monochromatic Colors of #3AAD85
Black with #3AAD85
Text Example
Text Example
White with #3AAD85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AAD85; }
p { color: rgb(58,173,133); }
H1.HeaderClassName
{
color: #3AAD85;
}
.AnyTagClassName
{
color: #3AAD85;
}
</style>
background-color css
<style>
a { background-color: #3AAD85; }
a { background-color: rgb(58,173,133); }
div.DivClassName
{
background-color: #3AAD85;
}
.BgClassName
{
background-color: #3AAD85;
}
</style>
border-color css
<style>
span { border-color: #3AAD85; }
span { border-color: rgb(58,173,133); }
td.TdClassName
{
border-color: #3AAD85;
}
.TagClassName
{
border-color: #3AAD85;
}
</style>