Shades of Gossamer #3BA07A
Tints of Gossamer #3BA07A
RGB
CMYK
RGB Variations
Color information
#3BA07A (or 0x3BA07A) is known color: Gossamer. HEX triplet: 3B, A0 and 7A. RGB value is (59,160,122). Sum of RGB (Red+Green+Blue) = 59+160+122=341 (45% of max value = 765). Red value is 59 (23.44% from 255 or 17.30% from 341); Green value is 160 (62.89% from 255 or 46.92% from 341); Blue value is 122 (48.05% from 255 or 35.78% from 341); Max value from RGB is 160 - color contains mainly: green. Hex color #3BA07A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BA07A is #C45F85. Grayscale: #7D7D7D. Windows color (decimal): -12869510 or 8036411. OLE color: 8036411.
HSL color Cylindrical-coordinate representation of color #3BA07A: hue angle of 157.43º degrees, saturation: 0.46, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3BA07A is Cyan = 0.63, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 59 | 160 | 122 | - |
| CMYK | 0.63 | 0 | 0.24 | 0.37 |
| HSL | 157.43º | 0.46% | 0.43% | - |
| HSV(B) | 157.43º | 0.63% | 0.63% | - |
| XYZ | 17.89 | 27.48 | 22.77 | - |
| YUV | 125.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 160 | 122 | 0.63 | 0 | 0.24 | 0.37 | 157.43 | 0.46 | 0.43 |
| Hex | 3B | A0 | 7A | 3F | 0 | 18 | 25 | 9D | 2E | 2B |
| Octal | 73 | 240 | 172 | 77 | 0 | 30 | 45 | 235 | 56 | 53 |
| Binary | 111011 | 10100000 | 1111010 | 111111 | 0 | 11000 | 100101 | 10011101 | 101110 | 101011 |
Color Harmonies of #3BA07A
Complementary color
Monochromatic Colors of #3BA07A
Black with #3BA07A
Text Example
Text Example
White with #3BA07A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA07A; }
p { color: rgb(59,160,122); }
H1.HeaderClassName
{
color: #3BA07A;
}
.AnyTagClassName
{
color: #3BA07A;
}
</style>
background-color css
<style>
a { background-color: #3BA07A; }
a { background-color: rgb(59,160,122); }
div.DivClassName
{
background-color: #3BA07A;
}
.BgClassName
{
background-color: #3BA07A;
}
</style>
border-color css
<style>
span { border-color: #3BA07A; }
span { border-color: rgb(59,160,122); }
td.TdClassName
{
border-color: #3BA07A;
}
.TagClassName
{
border-color: #3BA07A;
}
</style>