Shades of Gossamer #3BA28B
Tints of Gossamer #3BA28B
RGB
CMYK
RGB Variations
Color information
#3BA28B (or 0x3BA28B) is known color: Gossamer. HEX triplet: 3B, A2 and 8B. RGB value is (59,162,139). Sum of RGB (Red+Green+Blue) = 59+162+139=360 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.39% from 360); Green value is 162 (63.67% from 255 or 45% from 360); Blue value is 139 (54.69% from 255 or 38.61% from 360); Max value from RGB is 162 - color contains mainly: green. Hex color #3BA28B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BA28B is #C45D74. Grayscale: #808080. Windows color (decimal): -12868981 or 9151035. OLE color: 9151035.
HSL color Cylindrical-coordinate representation of color #3BA28B: hue angle of 166.6º degrees, saturation: 0.47, 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 #3BA28B is Cyan = 0.64, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 59 | 162 | 139 | - |
| CMYK | 0.64 | 0 | 0.14 | 0.36 |
| HSL | 166.6º | 0.47% | 0.43% | - |
| HSV(B) | 166.6º | 0.64% | 0.64% | - |
| XYZ | 19.38 | 28.63 | 28.93 | - |
| YUV | 128.58 | 133.88 | 78.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 162 | 139 | 0.64 | 0 | 0.14 | 0.36 | 166.6 | 0.47 | 0.43 |
| Hex | 3B | A2 | 8B | 40 | 0 | E | 24 | A7 | 2F | 2B |
| Octal | 73 | 242 | 213 | 100 | 0 | 16 | 44 | 247 | 57 | 53 |
| Binary | 111011 | 10100010 | 10001011 | 1000000 | 0 | 1110 | 100100 | 10100111 | 101111 | 101011 |
Color Harmonies of #3BA28B
Complementary color
Monochromatic Colors of #3BA28B
Black with #3BA28B
Text Example
Text Example
White with #3BA28B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BA28B; }
p { color: rgb(59,162,139); }
H1.HeaderClassName
{
color: #3BA28B;
}
.AnyTagClassName
{
color: #3BA28B;
}
</style>
background-color css
<style>
a { background-color: #3BA28B; }
a { background-color: rgb(59,162,139); }
div.DivClassName
{
background-color: #3BA28B;
}
.BgClassName
{
background-color: #3BA28B;
}
</style>
border-color css
<style>
span { border-color: #3BA28B; }
span { border-color: rgb(59,162,139); }
td.TdClassName
{
border-color: #3BA28B;
}
.TagClassName
{
border-color: #3BA28B;
}
</style>