Shades of Gossamer #3FB38B
Tints of Gossamer #3FB38B
RGB
CMYK
RGB Variations
Color information
#3FB38B (or 0x3FB38B) is known color: Gossamer. HEX triplet: 3F, B3 and 8B. RGB value is (63,179,139). Sum of RGB (Red+Green+Blue) = 63+179+139=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 179 (70.31% from 255 or 46.98% from 381); Blue value is 139 (54.69% from 255 or 36.48% from 381); Max value from RGB is 179 - color contains mainly: green. Hex color #3FB38B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #3FB38B is #C04C74. Grayscale: #8B8B8B. Windows color (decimal): -12602485 or 9155391. OLE color: 9155391.
HSL color Cylindrical-coordinate representation of color #3FB38B: hue angle of 159.31º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3FB38B is Cyan = 0.65, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 179 | 139 | - |
| CMYK | 0.65 | 0 | 0.22 | 0.30 |
| HSL | 159.31º | 0.48% | 0.47% | - |
| HSV(B) | 159.31º | 0.65% | 0.7% | - |
| XYZ | 22.83 | 35.16 | 30.01 | - |
| YUV | 139.76 | 127.57 | 73.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 179 | 139 | 0.65 | 0 | 0.22 | 0.30 | 159.31 | 0.48 | 0.47 |
| Hex | 3F | B3 | 8B | 41 | 0 | 16 | 1E | 9F | 30 | 2F |
| Octal | 77 | 263 | 213 | 101 | 0 | 26 | 36 | 237 | 60 | 57 |
| Binary | 111111 | 10110011 | 10001011 | 1000001 | 0 | 10110 | 11110 | 10011111 | 110000 | 101111 |
Color Harmonies of #3FB38B
Complementary color
Monochromatic Colors of #3FB38B
Black with #3FB38B
Text Example
Text Example
White with #3FB38B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB38B; }
p { color: rgb(63,179,139); }
H1.HeaderClassName
{
color: #3FB38B;
}
.AnyTagClassName
{
color: #3FB38B;
}
</style>
background-color css
<style>
a { background-color: #3FB38B; }
a { background-color: rgb(63,179,139); }
div.DivClassName
{
background-color: #3FB38B;
}
.BgClassName
{
background-color: #3FB38B;
}
</style>
border-color css
<style>
span { border-color: #3FB38B; }
span { border-color: rgb(63,179,139); }
td.TdClassName
{
border-color: #3FB38B;
}
.TagClassName
{
border-color: #3FB38B;
}
</style>