Shades of Gossamer #3BAC93
Tints of Gossamer #3BAC93
RGB
CMYK
RGB Variations
Color information
#3BAC93 (or 0x3BAC93) is known color: Gossamer. HEX triplet: 3B, AC and 93. RGB value is (59,172,147). Sum of RGB (Red+Green+Blue) = 59+172+147=378 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.61% from 378); Green value is 172 (67.58% from 255 or 45.50% from 378); Blue value is 147 (57.81% from 255 or 38.89% from 378); Max value from RGB is 172 - color contains mainly: green. Hex color #3BAC93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAC93 is #C4536C. Grayscale: #878787. Windows color (decimal): -12866413 or 9677883. OLE color: 9677883.
HSL color Cylindrical-coordinate representation of color #3BAC93: hue angle of 166.73º 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 #3BAC93 is Cyan = 0.66, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 172 | 147 | - |
| CMYK | 0.66 | 0 | 0.15 | 0.33 |
| HSL | 166.73º | 0.49% | 0.45% | - |
| HSV(B) | 166.73º | 0.66% | 0.67% | - |
| XYZ | 21.82 | 32.54 | 32.73 | - |
| YUV | 135.36 | 134.56 | 73.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 172 | 147 | 0.66 | 0 | 0.15 | 0.33 | 166.73 | 0.49 | 0.45 |
| Hex | 3B | AC | 93 | 42 | 0 | F | 21 | A7 | 31 | 2D |
| Octal | 73 | 254 | 223 | 102 | 0 | 17 | 41 | 247 | 61 | 55 |
| Binary | 111011 | 10101100 | 10010011 | 1000010 | 0 | 1111 | 100001 | 10100111 | 110001 | 101101 |
Color Harmonies of #3BAC93
Complementary color
Monochromatic Colors of #3BAC93
Black with #3BAC93
Text Example
Text Example
White with #3BAC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAC93; }
p { color: rgb(59,172,147); }
H1.HeaderClassName
{
color: #3BAC93;
}
.AnyTagClassName
{
color: #3BAC93;
}
</style>
background-color css
<style>
a { background-color: #3BAC93; }
a { background-color: rgb(59,172,147); }
div.DivClassName
{
background-color: #3BAC93;
}
.BgClassName
{
background-color: #3BAC93;
}
</style>
border-color css
<style>
span { border-color: #3BAC93; }
span { border-color: rgb(59,172,147); }
td.TdClassName
{
border-color: #3BAC93;
}
.TagClassName
{
border-color: #3BAC93;
}
</style>