Shades of Gossamer #3AA599
Tints of Gossamer #3AA599
RGB
CMYK
RGB Variations
Color information
#3AA599 (or 0x3AA599) is known color: Gossamer. HEX triplet: 3A, A5 and 99. RGB value is (58,165,153). Sum of RGB (Red+Green+Blue) = 58+165+153=376 (49% of max value = 765). Red value is 58 (23.05% from 255 or 15.43% from 376); Green value is 165 (64.84% from 255 or 43.88% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 165 - color contains mainly: green. Hex color #3AA599 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3AA599 is #C55A66. Grayscale: #838383. Windows color (decimal): -12933735 or 10069306. OLE color: 10069306.
HSL color Cylindrical-coordinate representation of color #3AA599: hue angle of 173.27º degrees, saturation: 0.48, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3AA599 is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 58 | 165 | 153 | - |
| CMYK | 0.65 | 0 | 0.07 | 0.35 |
| HSL | 173.27º | 0.48% | 0.44% | - |
| HSV(B) | 173.27º | 0.65% | 0.65% | - |
| XYZ | 20.95 | 30.11 | 34.84 | - |
| YUV | 131.64 | 140.05 | 75.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 165 | 153 | 0.65 | 0 | 0.07 | 0.35 | 173.27 | 0.48 | 0.44 |
| Hex | 3A | A5 | 99 | 41 | 0 | 7 | 23 | AD | 30 | 2C |
| Octal | 72 | 245 | 231 | 101 | 0 | 7 | 43 | 255 | 60 | 54 |
| Binary | 111010 | 10100101 | 10011001 | 1000001 | 0 | 111 | 100011 | 10101101 | 110000 | 101100 |
Color Harmonies of #3AA599
Complementary color
Monochromatic Colors of #3AA599
Black with #3AA599
Text Example
Text Example
White with #3AA599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA599; }
p { color: rgb(58,165,153); }
H1.HeaderClassName
{
color: #3AA599;
}
.AnyTagClassName
{
color: #3AA599;
}
</style>
background-color css
<style>
a { background-color: #3AA599; }
a { background-color: rgb(58,165,153); }
div.DivClassName
{
background-color: #3AA599;
}
.BgClassName
{
background-color: #3AA599;
}
</style>
border-color css
<style>
span { border-color: #3AA599; }
span { border-color: rgb(58,165,153); }
td.TdClassName
{
border-color: #3AA599;
}
.TagClassName
{
border-color: #3AA599;
}
</style>