Shades of Gossamer #3BAB93
Tints of Gossamer #3BAB93
RGB
CMYK
RGB Variations
Color information
#3BAB93 (or 0x3BAB93) is known color: Gossamer. HEX triplet: 3B, AB and 93. RGB value is (59,171,147). Sum of RGB (Red+Green+Blue) = 59+171+147=377 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.65% from 377); Green value is 171 (67.19% from 255 or 45.36% from 377); Blue value is 147 (57.81% from 255 or 38.99% from 377); Max value from RGB is 171 - color contains mainly: green. Hex color #3BAB93 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BAB93 is #C4546C. Grayscale: #868686. Windows color (decimal): -12866669 or 9677627. OLE color: 9677627.
HSL color Cylindrical-coordinate representation of color #3BAB93: hue angle of 167.14º 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 #3BAB93 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 59 | 171 | 147 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.33 |
| HSL | 167.14º | 0.49% | 0.45% | - |
| HSV(B) | 167.14º | 0.65% | 0.67% | - |
| XYZ | 21.63 | 32.16 | 32.67 | - |
| YUV | 134.78 | 134.89 | 73.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 171 | 147 | 0.65 | 0 | 0.14 | 0.33 | 167.14 | 0.49 | 0.45 |
| Hex | 3B | AB | 93 | 41 | 0 | E | 21 | A7 | 31 | 2D |
| Octal | 73 | 253 | 223 | 101 | 0 | 16 | 41 | 247 | 61 | 55 |
| Binary | 111011 | 10101011 | 10010011 | 1000001 | 0 | 1110 | 100001 | 10100111 | 110001 | 101101 |
Color Harmonies of #3BAB93
Complementary color
Monochromatic Colors of #3BAB93
Black with #3BAB93
Text Example
Text Example
White with #3BAB93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BAB93; }
p { color: rgb(59,171,147); }
H1.HeaderClassName
{
color: #3BAB93;
}
.AnyTagClassName
{
color: #3BAB93;
}
</style>
background-color css
<style>
a { background-color: #3BAB93; }
a { background-color: rgb(59,171,147); }
div.DivClassName
{
background-color: #3BAB93;
}
.BgClassName
{
background-color: #3BAB93;
}
</style>
border-color css
<style>
span { border-color: #3BAB93; }
span { border-color: rgb(59,171,147); }
td.TdClassName
{
border-color: #3BAB93;
}
.TagClassName
{
border-color: #3BAB93;
}
</style>