Shades of Gossamer #3BAB7F
Tints of Gossamer #3BAB7F
RGB
CMYK
RGB Variations
Color information
#3BAB7F (or 0x3BAB7F) is known color: Gossamer. HEX triplet: 3B, AB and 7F. RGB value is (59,171,127). Sum of RGB (Red+Green+Blue) = 59+171+127=357 (47% of max value = 765). Red value is 59 (23.44% from 255 or 16.53% from 357); Green value is 171 (67.19% from 255 or 47.90% from 357); Blue value is 127 (50% from 255 or 35.57% from 357); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB7F is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3BAB7F is #C45480. Grayscale: #848484. Windows color (decimal): -12866689 or 8366907. OLE color: 8366907.
HSL color Cylindrical-coordinate representation of color #3BAB7F: hue angle of 156.43º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3BAB7F is Cyan = 0.65, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 127 | - |
| CMYK | 0.65 | 0 | 0.26 | 0.33 |
| HSL | 156.43º | 0.49% | 0.45% | - |
| HSV(B) | 156.43º | 0.65% | 0.67% | - |
| XYZ | 20.2 | 31.59 | 25.11 | - |
| YUV | 132.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 127 | 0.65 | 0 | 0.26 | 0.33 | 156.43 | 0.49 | 0.45 |
| Hex | 3B | AB | 7F | 41 | 0 | 1A | 21 | 9C | 31 | 2D |
| Octal | 73 | 253 | 177 | 101 | 0 | 32 | 41 | 234 | 61 | 55 |
| Binary | 111011 | 10101011 | 1111111 | 1000001 | 0 | 11010 | 100001 | 10011100 | 110001 | 101101 |
Color Harmonies of #3BAB7F
Complementary color
Monochromatic Colors of #3BAB7F
Black with #3BAB7F
Text Example
Text Example
White with #3BAB7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB7F; }
p { color: rgb(59,171,127); }
H1.HeaderClassName
{
color: #3BAB7F;
}
.AnyTagClassName
{
color: #3BAB7F;
}
</style>
background-color css
<style>
a { background-color: #3BAB7F; }
a { background-color: rgb(59,171,127); }
div.DivClassName
{
background-color: #3BAB7F;
}
.BgClassName
{
background-color: #3BAB7F;
}
</style>
border-color css
<style>
span { border-color: #3BAB7F; }
span { border-color: rgb(59,171,127); }
td.TdClassName
{
border-color: #3BAB7F;
}
.TagClassName
{
border-color: #3BAB7F;
}
</style>