Shades of Gossamer #3BB08C
Tints of Gossamer #3BB08C
RGB
CMYK
RGB Variations
Color information
#3BB08C (or 0x3BB08C) is known color: Gossamer. HEX triplet: 3B, B0 and 8C. RGB value is (59,176,140). Sum of RGB (Red+Green+Blue) = 59+176+140=375 (49% of max value = 765). Red value is 59 (23.44% from 255 or 15.73% from 375); Green value is 176 (69.14% from 255 or 46.93% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 176 - color contains mainly: green. Hex color #3BB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB08C is #C44F73. Grayscale: #888888. Windows color (decimal): -12865396 or 9220155. OLE color: 9220155.
HSL color Cylindrical-coordinate representation of color #3BB08C: hue angle of 161.54º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #3BB08C is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 176 | 140 | - |
| CMYK | 0.66 | 0 | 0.20 | 0.31 |
| HSL | 161.54º | 0.5% | 0.46% | - |
| HSV(B) | 161.54º | 0.66% | 0.69% | - |
| XYZ | 22.06 | 33.87 | 30.19 | - |
| YUV | 136.91 | 129.74 | 72.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 176 | 140 | 0.66 | 0 | 0.20 | 0.31 | 161.54 | 0.5 | 0.46 |
| Hex | 3B | B0 | 8C | 42 | 0 | 14 | 1F | A2 | 32 | 2E |
| Octal | 73 | 260 | 214 | 102 | 0 | 24 | 37 | 242 | 62 | 56 |
| Binary | 111011 | 10110000 | 10001100 | 1000010 | 0 | 10100 | 11111 | 10100010 | 110010 | 101110 |
Color Harmonies of #3BB08C
Complementary color
Monochromatic Colors of #3BB08C
Black with #3BB08C
Text Example
Text Example
White with #3BB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB08C; }
p { color: rgb(59,176,140); }
H1.HeaderClassName
{
color: #3BB08C;
}
.AnyTagClassName
{
color: #3BB08C;
}
</style>
background-color css
<style>
a { background-color: #3BB08C; }
a { background-color: rgb(59,176,140); }
div.DivClassName
{
background-color: #3BB08C;
}
.BgClassName
{
background-color: #3BB08C;
}
</style>
border-color css
<style>
span { border-color: #3BB08C; }
span { border-color: rgb(59,176,140); }
td.TdClassName
{
border-color: #3BB08C;
}
.TagClassName
{
border-color: #3BB08C;
}
</style>