Shades of Gossamer #3FAB9C
Tints of Gossamer #3FAB9C
RGB
CMYK
RGB Variations
Color information
#3FAB9C (or 0x3FAB9C) is known color: Gossamer. HEX triplet: 3F, AB and 9C. RGB value is (63,171,156). Sum of RGB (Red+Green+Blue) = 63+171+156=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 171 (67.19% from 255 or 43.85% from 390); Blue value is 156 (61.33% from 255 or 40% from 390); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB9C is #C05463. Grayscale: #888888. Windows color (decimal): -12604516 or 10267455. OLE color: 10267455.
HSL color Cylindrical-coordinate representation of color #3FAB9C: hue angle of 171.67º 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 #3FAB9C is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 156 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.33 |
| HSL | 171.67º | 0.46% | 0.46% | - |
| HSV(B) | 171.67º | 0.63% | 0.67% | - |
| XYZ | 22.61 | 32.58 | 36.55 | - |
| YUV | 137 | 138.72 | 75.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 156 | 0.63 | 0 | 0.09 | 0.33 | 171.67 | 0.46 | 0.46 |
| Hex | 3F | AB | 9C | 3F | 0 | 9 | 21 | AC | 2E | 2E |
| Octal | 77 | 253 | 234 | 77 | 0 | 11 | 41 | 254 | 56 | 56 |
| Binary | 111111 | 10101011 | 10011100 | 111111 | 0 | 1001 | 100001 | 10101100 | 101110 | 101110 |
Color Harmonies of #3FAB9C
Complementary color
Monochromatic Colors of #3FAB9C
Black with #3FAB9C
Text Example
Text Example
White with #3FAB9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB9C; }
p { color: rgb(63,171,156); }
H1.HeaderClassName
{
color: #3FAB9C;
}
.AnyTagClassName
{
color: #3FAB9C;
}
</style>
background-color css
<style>
a { background-color: #3FAB9C; }
a { background-color: rgb(63,171,156); }
div.DivClassName
{
background-color: #3FAB9C;
}
.BgClassName
{
background-color: #3FAB9C;
}
</style>
border-color css
<style>
span { border-color: #3FAB9C; }
span { border-color: rgb(63,171,156); }
td.TdClassName
{
border-color: #3FAB9C;
}
.TagClassName
{
border-color: #3FAB9C;
}
</style>