Shades of Gossamer #3BB18F
Tints of Gossamer #3BB18F
RGB
CMYK
RGB Variations
Color information
#3BB18F (or 0x3BB18F) is known color: Gossamer. HEX triplet: 3B, B1 and 8F. RGB value is (59,177,143). Sum of RGB (Red+Green+Blue) = 59+177+143=379 (50% of max value = 765). Red value is 59 (23.44% from 255 or 15.57% from 379); Green value is 177 (69.53% from 255 or 46.70% from 379); Blue value is 143 (56.25% from 255 or 37.73% from 379); Max value from RGB is 177 - color contains mainly: green. Hex color #3BB18F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3BB18F is #C44E70. Grayscale: #898989. Windows color (decimal): -12865137 or 9417019. OLE color: 9417019.
HSL color Cylindrical-coordinate representation of color #3BB18F: hue angle of 162.71º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #3BB18F is Cyan = 0.67, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 59 | 177 | 143 | - |
| CMYK | 0.67 | 0 | 0.19 | 0.31 |
| HSL | 162.71º | 0.5% | 0.46% | - |
| HSV(B) | 162.71º | 0.67% | 0.69% | - |
| XYZ | 22.48 | 34.36 | 31.43 | - |
| YUV | 137.84 | 130.91 | 71.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 177 | 143 | 0.67 | 0 | 0.19 | 0.31 | 162.71 | 0.5 | 0.46 |
| Hex | 3B | B1 | 8F | 43 | 0 | 13 | 1F | A3 | 32 | 2E |
| Octal | 73 | 261 | 217 | 103 | 0 | 23 | 37 | 243 | 62 | 56 |
| Binary | 111011 | 10110001 | 10001111 | 1000011 | 0 | 10011 | 11111 | 10100011 | 110010 | 101110 |
Color Harmonies of #3BB18F
Complementary color
Monochromatic Colors of #3BB18F
Black with #3BB18F
Text Example
Text Example
White with #3BB18F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3BB18F; }
p { color: rgb(59,177,143); }
H1.HeaderClassName
{
color: #3BB18F;
}
.AnyTagClassName
{
color: #3BB18F;
}
</style>
background-color css
<style>
a { background-color: #3BB18F; }
a { background-color: rgb(59,177,143); }
div.DivClassName
{
background-color: #3BB18F;
}
.BgClassName
{
background-color: #3BB18F;
}
</style>
border-color css
<style>
span { border-color: #3BB18F; }
span { border-color: rgb(59,177,143); }
td.TdClassName
{
border-color: #3BB18F;
}
.TagClassName
{
border-color: #3BB18F;
}
</style>