Shades of Gossamer #3AA07F
Tints of Gossamer #3AA07F
RGB
CMYK
RGB Variations
Color information
#3AA07F (or 0x3AA07F) is known color: Gossamer. HEX triplet: 3A, A0 and 7F. RGB value is (58,160,127). Sum of RGB (Red+Green+Blue) = 58+160+127=345 (45% of max value = 765). Red value is 58 (23.05% from 255 or 16.81% from 345); Green value is 160 (62.89% from 255 or 46.38% from 345); Blue value is 127 (50% from 255 or 36.81% from 345); Max value from RGB is 160 - color contains mainly: green. Hex color #3AA07F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3AA07F is #C55F80. Grayscale: #7D7D7D. Windows color (decimal): -12935041 or 8364090. OLE color: 8364090.
HSL color Cylindrical-coordinate representation of color #3AA07F: hue angle of 160.59º 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 #3AA07F is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 58 | 160 | 127 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.37 |
| HSL | 160.59º | 0.47% | 0.43% | - |
| HSV(B) | 160.59º | 0.64% | 0.63% | - |
| XYZ | 18.15 | 27.57 | 24.44 | - |
| YUV | 125.74 | 128.71 | 79.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 160 | 127 | 0.64 | 0 | 0.21 | 0.37 | 160.59 | 0.47 | 0.43 |
| Hex | 3A | A0 | 7F | 40 | 0 | 15 | 25 | A1 | 2F | 2B |
| Octal | 72 | 240 | 177 | 100 | 0 | 25 | 45 | 241 | 57 | 53 |
| Binary | 111010 | 10100000 | 1111111 | 1000000 | 0 | 10101 | 100101 | 10100001 | 101111 | 101011 |
Color Harmonies of #3AA07F
Complementary color
Monochromatic Colors of #3AA07F
Black with #3AA07F
Text Example
Text Example
White with #3AA07F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AA07F; }
p { color: rgb(58,160,127); }
H1.HeaderClassName
{
color: #3AA07F;
}
.AnyTagClassName
{
color: #3AA07F;
}
</style>
background-color css
<style>
a { background-color: #3AA07F; }
a { background-color: rgb(58,160,127); }
div.DivClassName
{
background-color: #3AA07F;
}
.BgClassName
{
background-color: #3AA07F;
}
</style>
border-color css
<style>
span { border-color: #3AA07F; }
span { border-color: rgb(58,160,127); }
td.TdClassName
{
border-color: #3AA07F;
}
.TagClassName
{
border-color: #3AA07F;
}
</style>