Shades of Gossamer #3AA185
Tints of Gossamer #3AA185
RGB
CMYK
RGB Variations
Color information
#3AA185 (or 0x3AA185) is known color: Gossamer. HEX triplet: 3A, A1 and 85. RGB value is (58,161,133). Sum of RGB (Red+Green+Blue) = 58+161+133=352 (46% of max value = 765). Red value is 58 (23.05% from 255 or 16.48% from 352); Green value is 161 (63.28% from 255 or 45.74% from 352); Blue value is 133 (52.34% from 255 or 37.78% from 352); Max value from RGB is 161 - color contains mainly: green. Hex color #3AA185 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA185 is #C55E7A. Grayscale: #7F7F7F. Windows color (decimal): -12934779 or 8757562. OLE color: 8757562.
HSL color Cylindrical-coordinate representation of color #3AA185: hue angle of 163.69º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA185 is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 161 | 133 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.37 |
| HSL | 163.69º | 0.47% | 0.43% | - |
| HSV(B) | 163.69º | 0.64% | 0.63% | - |
| XYZ | 18.72 | 28.08 | 26.62 | - |
| YUV | 127.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 161 | 133 | 0.64 | 0 | 0.17 | 0.37 | 163.69 | 0.47 | 0.43 |
| Hex | 3A | A1 | 85 | 40 | 0 | 11 | 25 | A4 | 2F | 2B |
| Octal | 72 | 241 | 205 | 100 | 0 | 21 | 45 | 244 | 57 | 53 |
| Binary | 111010 | 10100001 | 10000101 | 1000000 | 0 | 10001 | 100101 | 10100100 | 101111 | 101011 |
Color Harmonies of #3AA185
Complementary color
Monochromatic Colors of #3AA185
Black with #3AA185
Text Example
Text Example
White with #3AA185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA185; }
p { color: rgb(58,161,133); }
H1.HeaderClassName
{
color: #3AA185;
}
.AnyTagClassName
{
color: #3AA185;
}
</style>
background-color css
<style>
a { background-color: #3AA185; }
a { background-color: rgb(58,161,133); }
div.DivClassName
{
background-color: #3AA185;
}
.BgClassName
{
background-color: #3AA185;
}
</style>
border-color css
<style>
span { border-color: #3AA185; }
span { border-color: rgb(58,161,133); }
td.TdClassName
{
border-color: #3AA185;
}
.TagClassName
{
border-color: #3AA185;
}
</style>