Shades of Gossamer #3BAC96
Tints of Gossamer #3BAC96
RGB
CMYK
RGB Variations
Color information
#3BAC96 (or 0x3BAC96) is known color: Gossamer. HEX triplet: 3B, AC and 96. RGB value is (59,172,150). Sum of RGB (Red+Green+Blue) = 59+172+150=381 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.49% from 381); Green value is 172 (67.58% from 255 or 45.14% from 381); Blue value is 150 (58.98% from 255 or 39.37% from 381); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC96 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC96 is #C45369. Grayscale: #878787. Windows color (decimal): -12866410 or 9874491. OLE color: 9874491.
HSL color Cylindrical-coordinate representation of color #3BAC96: hue angle of 168.32º 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 #3BAC96 is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 150 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.33 |
| HSL | 168.32º | 0.49% | 0.45% | - |
| HSV(B) | 168.32º | 0.66% | 0.67% | - |
| XYZ | 22.06 | 32.64 | 33.99 | - |
| YUV | 135.71 | 136.06 | 73.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 150 | 0.66 | 0 | 0.13 | 0.33 | 168.32 | 0.49 | 0.45 |
| Hex | 3B | AC | 96 | 42 | 0 | D | 21 | A8 | 31 | 2D |
| Octal | 73 | 254 | 226 | 102 | 0 | 15 | 41 | 250 | 61 | 55 |
| Binary | 111011 | 10101100 | 10010110 | 1000010 | 0 | 1101 | 100001 | 10101000 | 110001 | 101101 |
Color Harmonies of #3BAC96
Complementary color
Monochromatic Colors of #3BAC96
Black with #3BAC96
Text Example
Text Example
White with #3BAC96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC96; }
p { color: rgb(59,172,150); }
H1.HeaderClassName
{
color: #3BAC96;
}
.AnyTagClassName
{
color: #3BAC96;
}
</style>
background-color css
<style>
a { background-color: #3BAC96; }
a { background-color: rgb(59,172,150); }
div.DivClassName
{
background-color: #3BAC96;
}
.BgClassName
{
background-color: #3BAC96;
}
</style>
border-color css
<style>
span { border-color: #3BAC96; }
span { border-color: rgb(59,172,150); }
td.TdClassName
{
border-color: #3BAC96;
}
.TagClassName
{
border-color: #3BAC96;
}
</style>