Shades of Gossamer #3FB28C
Tints of Gossamer #3FB28C
RGB
CMYK
RGB Variations
Color information
#3FB28C (or 0x3FB28C) is known color: Gossamer. HEX triplet: 3F, B2 and 8C. RGB value is (63,178,140). Sum of RGB (Red+Green+Blue) = 63+178+140=381 (50% of max value = 765). Red value is 63 (25% from 255 or 16.54% from 381); Green value is 178 (69.92% from 255 or 46.72% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 178 - color contains mainly: green. Hex color #3FB28C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FB28C is #C04D73. Grayscale: #8B8B8B. Windows color (decimal): -12602740 or 9220671. OLE color: 9220671.
HSL color Cylindrical-coordinate representation of color #3FB28C: hue angle of 160.17º 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 #3FB28C is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 63 | 178 | 140 | - |
| CMYK | 0.65 | 0 | 0.21 | 0.30 |
| HSL | 160.17º | 0.48% | 0.47% | - |
| HSV(B) | 160.17º | 0.65% | 0.7% | - |
| XYZ | 22.7 | 34.79 | 30.33 | - |
| YUV | 139.28 | 128.4 | 73.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 178 | 140 | 0.65 | 0 | 0.21 | 0.30 | 160.17 | 0.48 | 0.47 |
| Hex | 3F | B2 | 8C | 41 | 0 | 15 | 1E | A0 | 30 | 2F |
| Octal | 77 | 262 | 214 | 101 | 0 | 25 | 36 | 240 | 60 | 57 |
| Binary | 111111 | 10110010 | 10001100 | 1000001 | 0 | 10101 | 11110 | 10100000 | 110000 | 101111 |
Color Harmonies of #3FB28C
Complementary color
Monochromatic Colors of #3FB28C
Black with #3FB28C
Text Example
Text Example
White with #3FB28C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FB28C; }
p { color: rgb(63,178,140); }
H1.HeaderClassName
{
color: #3FB28C;
}
.AnyTagClassName
{
color: #3FB28C;
}
</style>
background-color css
<style>
a { background-color: #3FB28C; }
a { background-color: rgb(63,178,140); }
div.DivClassName
{
background-color: #3FB28C;
}
.BgClassName
{
background-color: #3FB28C;
}
</style>
border-color css
<style>
span { border-color: #3FB28C; }
span { border-color: rgb(63,178,140); }
td.TdClassName
{
border-color: #3FB28C;
}
.TagClassName
{
border-color: #3FB28C;
}
</style>