Shades of Gossamer #3FAC8B
Tints of Gossamer #3FAC8B
RGB
CMYK
RGB Variations
Color information
#3FAC8B (or 0x3FAC8B) is known color: Gossamer. HEX triplet: 3F, AC and 8B. RGB value is (63,172,139). Sum of RGB (Red+Green+Blue) = 63+172+139=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 172 (67.58% from 255 or 45.99% from 374); Blue value is 139 (54.69% from 255 or 37.17% from 374); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC8B is #C05374. Grayscale: #878787. Windows color (decimal): -12604277 or 9153599. OLE color: 9153599.
HSL color Cylindrical-coordinate representation of color #3FAC8B: hue angle of 161.83º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAC8B is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 139 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.33 |
| HSL | 161.83º | 0.46% | 0.46% | - |
| HSV(B) | 161.83º | 0.63% | 0.67% | - |
| XYZ | 21.46 | 32.43 | 29.55 | - |
| YUV | 135.65 | 129.89 | 76.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 139 | 0.63 | 0 | 0.19 | 0.33 | 161.83 | 0.46 | 0.46 |
| Hex | 3F | AC | 8B | 3F | 0 | 13 | 21 | A2 | 2E | 2E |
| Octal | 77 | 254 | 213 | 77 | 0 | 23 | 41 | 242 | 56 | 56 |
| Binary | 111111 | 10101100 | 10001011 | 111111 | 0 | 10011 | 100001 | 10100010 | 101110 | 101110 |
Color Harmonies of #3FAC8B
Complementary color
Monochromatic Colors of #3FAC8B
Black with #3FAC8B
Text Example
Text Example
White with #3FAC8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC8B; }
p { color: rgb(63,172,139); }
H1.HeaderClassName
{
color: #3FAC8B;
}
.AnyTagClassName
{
color: #3FAC8B;
}
</style>
background-color css
<style>
a { background-color: #3FAC8B; }
a { background-color: rgb(63,172,139); }
div.DivClassName
{
background-color: #3FAC8B;
}
.BgClassName
{
background-color: #3FAC8B;
}
</style>
border-color css
<style>
span { border-color: #3FAC8B; }
span { border-color: rgb(63,172,139); }
td.TdClassName
{
border-color: #3FAC8B;
}
.TagClassName
{
border-color: #3FAC8B;
}
</style>