Shades of Gossamer #3BAC8B
Tints of Gossamer #3BAC8B
RGB
CMYK
RGB Variations
Color information
#3BAC8B (or 0x3BAC8B) is known color: Gossamer. HEX triplet: 3B, AC and 8B. RGB value is (59,172,139). Sum of RGB (Red+Green+Blue) = 59+172+139=370 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.95% from 370); Green value is 172 (67.58% from 255 or 46.49% from 370); Blue value is 139 (54.69% from 255 or 37.57% from 370); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC8B is #C45374. Grayscale: #868686. Windows color (decimal): -12866421 or 9153595. OLE color: 9153595.
HSL color Cylindrical-coordinate representation of color #3BAC8B: hue angle of 162.48º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BAC8B is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 139 | - |
| CMYK | 0.66 | 0 | 0.19 | 0.33 |
| HSL | 162.48º | 0.49% | 0.45% | - |
| HSV(B) | 162.48º | 0.66% | 0.67% | - |
| XYZ | 21.22 | 32.3 | 29.54 | - |
| YUV | 134.45 | 130.56 | 74.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 139 | 0.66 | 0 | 0.19 | 0.33 | 162.48 | 0.49 | 0.45 |
| Hex | 3B | AC | 8B | 42 | 0 | 13 | 21 | A2 | 31 | 2D |
| Octal | 73 | 254 | 213 | 102 | 0 | 23 | 41 | 242 | 61 | 55 |
| Binary | 111011 | 10101100 | 10001011 | 1000010 | 0 | 10011 | 100001 | 10100010 | 110001 | 101101 |
Color Harmonies of #3BAC8B
Complementary color
Monochromatic Colors of #3BAC8B
Black with #3BAC8B
Text Example
Text Example
White with #3BAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC8B; }
p { color: rgb(59,172,139); }
H1.HeaderClassName
{
color: #3BAC8B;
}
.AnyTagClassName
{
color: #3BAC8B;
}
</style>
background-color css
<style>
a { background-color: #3BAC8B; }
a { background-color: rgb(59,172,139); }
div.DivClassName
{
background-color: #3BAC8B;
}
.BgClassName
{
background-color: #3BAC8B;
}
</style>
border-color css
<style>
span { border-color: #3BAC8B; }
span { border-color: rgb(59,172,139); }
td.TdClassName
{
border-color: #3BAC8B;
}
.TagClassName
{
border-color: #3BAC8B;
}
</style>