Shades of Gossamer #3FAC8C
Tints of Gossamer #3FAC8C
RGB
CMYK
RGB Variations
Color information
#3FAC8C (or 0x3FAC8C) is known color: Gossamer. HEX triplet: 3F, AC and 8C. RGB value is (63,172,140). Sum of RGB (Red+Green+Blue) = 63+172+140=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 172 (67.58% from 255 or 45.87% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC8C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC8C is #C05373. Grayscale: #878787. Windows color (decimal): -12604276 or 9219135. OLE color: 9219135.
HSL color Cylindrical-coordinate representation of color #3FAC8C: hue angle of 162.39º 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 #3FAC8C is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 140 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.33 |
| HSL | 162.39º | 0.46% | 0.46% | - |
| HSV(B) | 162.39º | 0.63% | 0.67% | - |
| XYZ | 21.54 | 32.46 | 29.94 | - |
| YUV | 135.76 | 130.39 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 140 | 0.63 | 0 | 0.19 | 0.33 | 162.39 | 0.46 | 0.46 |
| Hex | 3F | AC | 8C | 3F | 0 | 13 | 21 | A2 | 2E | 2E |
| Octal | 77 | 254 | 214 | 77 | 0 | 23 | 41 | 242 | 56 | 56 |
| Binary | 111111 | 10101100 | 10001100 | 111111 | 0 | 10011 | 100001 | 10100010 | 101110 | 101110 |
Color Harmonies of #3FAC8C
Complementary color
Monochromatic Colors of #3FAC8C
Black with #3FAC8C
Text Example
Text Example
White with #3FAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC8C; }
p { color: rgb(63,172,140); }
H1.HeaderClassName
{
color: #3FAC8C;
}
.AnyTagClassName
{
color: #3FAC8C;
}
</style>
background-color css
<style>
a { background-color: #3FAC8C; }
a { background-color: rgb(63,172,140); }
div.DivClassName
{
background-color: #3FAC8C;
}
.BgClassName
{
background-color: #3FAC8C;
}
</style>
border-color css
<style>
span { border-color: #3FAC8C; }
span { border-color: rgb(63,172,140); }
td.TdClassName
{
border-color: #3FAC8C;
}
.TagClassName
{
border-color: #3FAC8C;
}
</style>