Shades of Gossamer #3AA390
Tints of Gossamer #3AA390
RGB
CMYK
RGB Variations
Color information
#3AA390 (or 0x3AA390) is known color: Gossamer. HEX triplet: 3A, A3 and 90. RGB value is (58,163,144). Sum of RGB (Red+Green+Blue) = 58+163+144=365 (48% of max value = 765). Red value is 58 (23.05% from 255 or 15.89% from 365); Green value is 163 (64.06% from 255 or 44.66% from 365); Blue value is 144 (56.64% from 255 or 39.45% from 365); Max value from RGB is 163 - color contains mainly: green. Hex color #3AA390 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA390 is #C55C6F. Grayscale: #818181. Windows color (decimal): -12934256 or 9478970. OLE color: 9478970.
HSL color Cylindrical-coordinate representation of color #3AA390: hue angle of 169.14º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3AA390 is Cyan = 0.64, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 163 | 144 | - |
| CMYK | 0.64 | 0 | 0.12 | 0.36 |
| HSL | 169.14º | 0.48% | 0.43% | - |
| HSV(B) | 169.14º | 0.64% | 0.64% | - |
| XYZ | 19.88 | 29.11 | 30.96 | - |
| YUV | 129.44 | 136.21 | 77.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 163 | 144 | 0.64 | 0 | 0.12 | 0.36 | 169.14 | 0.48 | 0.43 |
| Hex | 3A | A3 | 90 | 40 | 0 | C | 24 | A9 | 30 | 2B |
| Octal | 72 | 243 | 220 | 100 | 0 | 14 | 44 | 251 | 60 | 53 |
| Binary | 111010 | 10100011 | 10010000 | 1000000 | 0 | 1100 | 100100 | 10101001 | 110000 | 101011 |
Color Harmonies of #3AA390
Complementary color
Monochromatic Colors of #3AA390
Black with #3AA390
Text Example
Text Example
White with #3AA390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA390; }
p { color: rgb(58,163,144); }
H1.HeaderClassName
{
color: #3AA390;
}
.AnyTagClassName
{
color: #3AA390;
}
</style>
background-color css
<style>
a { background-color: #3AA390; }
a { background-color: rgb(58,163,144); }
div.DivClassName
{
background-color: #3AA390;
}
.BgClassName
{
background-color: #3AA390;
}
</style>
border-color css
<style>
span { border-color: #3AA390; }
span { border-color: rgb(58,163,144); }
td.TdClassName
{
border-color: #3AA390;
}
.TagClassName
{
border-color: #3AA390;
}
</style>