Shades of Gossamer #3A9F90
Tints of Gossamer #3A9F90
RGB
CMYK
RGB Variations
Color information
#3A9F90 (or 0x3A9F90) is known color: Gossamer. HEX triplet: 3A, 9F and 90. RGB value is (58,159,144). Sum of RGB (Red+Green+Blue) = 58+159+144=361 (47% of max value = 765). Red value is 58 (23.05% from 255 or 16.07% from 361); Green value is 159 (62.5% from 255 or 44.04% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 159 - color contains mainly: green. Hex color #3A9F90 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3A9F90 is #C5606F. Grayscale: #7F7F7F. Windows color (decimal): -12935280 or 9477946. OLE color: 9477946.
HSL color Cylindrical-coordinate representation of color #3A9F90: hue angle of 171.09º degrees, saturation: 0.47, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3A9F90 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 58 | 159 | 144 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.38 |
| HSL | 171.09º | 0.47% | 0.43% | - |
| HSV(B) | 171.09º | 0.64% | 0.62% | - |
| XYZ | 19.18 | 27.71 | 30.72 | - |
| YUV | 127.09 | 137.54 | 78.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 159 | 144 | 0.64 | 0 | 0.09 | 0.38 | 171.09 | 0.47 | 0.43 |
| Hex | 3A | 9F | 90 | 40 | 0 | 9 | 26 | AB | 2F | 2B |
| Octal | 72 | 237 | 220 | 100 | 0 | 11 | 46 | 253 | 57 | 53 |
| Binary | 111010 | 10011111 | 10010000 | 1000000 | 0 | 1001 | 100110 | 10101011 | 101111 | 101011 |
Color Harmonies of #3A9F90
Complementary color
Monochromatic Colors of #3A9F90
Black with #3A9F90
Text Example
Text Example
White with #3A9F90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A9F90; }
p { color: rgb(58,159,144); }
H1.HeaderClassName
{
color: #3A9F90;
}
.AnyTagClassName
{
color: #3A9F90;
}
</style>
background-color css
<style>
a { background-color: #3A9F90; }
a { background-color: rgb(58,159,144); }
div.DivClassName
{
background-color: #3A9F90;
}
.BgClassName
{
background-color: #3A9F90;
}
</style>
border-color css
<style>
span { border-color: #3A9F90; }
span { border-color: rgb(58,159,144); }
td.TdClassName
{
border-color: #3A9F90;
}
.TagClassName
{
border-color: #3A9F90;
}
</style>