Shades of Gossamer #3AA495
Tints of Gossamer #3AA495
RGB
CMYK
RGB Variations
Color information
#3AA495 (or 0x3AA495) is known color: Gossamer. HEX triplet: 3A, A4 and 95. RGB value is (58,164,149). Sum of RGB (Red+Green+Blue) = 58+164+149=371 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.63% from 371); Green value is 164 (64.45% from 255 or 44.20% from 371); Blue value is 149 (58.59% from 255 or 40.16% from 371); Max value from RGB is 164 - color contains mainly: green. Hex color #3AA495 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA495 is #C55B6A. Grayscale: #828282. Windows color (decimal): -12933995 or 9806906. OLE color: 9806906.
HSL color Cylindrical-coordinate representation of color #3AA495: hue angle of 171.51º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA495 is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 58 | 164 | 149 | - |
| CMYK | 0.65 | 0 | 0.09 | 0.36 |
| HSL | 171.51º | 0.48% | 0.44% | - |
| HSV(B) | 171.51º | 0.65% | 0.64% | - |
| XYZ | 20.45 | 29.62 | 33.07 | - |
| YUV | 130.6 | 138.38 | 76.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 164 | 149 | 0.65 | 0 | 0.09 | 0.36 | 171.51 | 0.48 | 0.44 |
| Hex | 3A | A4 | 95 | 41 | 0 | 9 | 24 | AC | 30 | 2C |
| Octal | 72 | 244 | 225 | 101 | 0 | 11 | 44 | 254 | 60 | 54 |
| Binary | 111010 | 10100100 | 10010101 | 1000001 | 0 | 1001 | 100100 | 10101100 | 110000 | 101100 |
Color Harmonies of #3AA495
Complementary color
Monochromatic Colors of #3AA495
Black with #3AA495
Text Example
Text Example
White with #3AA495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA495; }
p { color: rgb(58,164,149); }
H1.HeaderClassName
{
color: #3AA495;
}
.AnyTagClassName
{
color: #3AA495;
}
</style>
background-color css
<style>
a { background-color: #3AA495; }
a { background-color: rgb(58,164,149); }
div.DivClassName
{
background-color: #3AA495;
}
.BgClassName
{
background-color: #3AA495;
}
</style>
border-color css
<style>
span { border-color: #3AA495; }
span { border-color: rgb(58,164,149); }
td.TdClassName
{
border-color: #3AA495;
}
.TagClassName
{
border-color: #3AA495;
}
</style>