Shades of Gossamer #3FAB92
Tints of Gossamer #3FAB92
RGB
CMYK
RGB Variations
Color information
#3FAB92 (or 0x3FAB92) is known color: Gossamer. HEX triplet: 3F, AB and 92. RGB value is (63,171,146). Sum of RGB (Red+Green+Blue) = 63+171+146=380 (50% of max value = 765). Red value is 63 (25% from 255 or 16.58% from 380); Green value is 171 (67.19% from 255 or 45% from 380); Blue value is 146 (57.42% from 255 or 38.42% from 380); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB92 is #C0546D. Grayscale: #878787. Windows color (decimal): -12604526 or 9612095. OLE color: 9612095.
HSL color Cylindrical-coordinate representation of color #3FAB92: hue angle of 166.11º 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 #3FAB92 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 146 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.33 |
| HSL | 166.11º | 0.46% | 0.46% | - |
| HSV(B) | 166.11º | 0.63% | 0.67% | - |
| XYZ | 21.8 | 32.26 | 32.27 | - |
| YUV | 135.86 | 133.72 | 76.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 146 | 0.63 | 0 | 0.15 | 0.33 | 166.11 | 0.46 | 0.46 |
| Hex | 3F | AB | 92 | 3F | 0 | F | 21 | A6 | 2E | 2E |
| Octal | 77 | 253 | 222 | 77 | 0 | 17 | 41 | 246 | 56 | 56 |
| Binary | 111111 | 10101011 | 10010010 | 111111 | 0 | 1111 | 100001 | 10100110 | 101110 | 101110 |
Color Harmonies of #3FAB92
Complementary color
Monochromatic Colors of #3FAB92
Black with #3FAB92
Text Example
Text Example
White with #3FAB92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB92; }
p { color: rgb(63,171,146); }
H1.HeaderClassName
{
color: #3FAB92;
}
.AnyTagClassName
{
color: #3FAB92;
}
</style>
background-color css
<style>
a { background-color: #3FAB92; }
a { background-color: rgb(63,171,146); }
div.DivClassName
{
background-color: #3FAB92;
}
.BgClassName
{
background-color: #3FAB92;
}
</style>
border-color css
<style>
span { border-color: #3FAB92; }
span { border-color: rgb(63,171,146); }
td.TdClassName
{
border-color: #3FAB92;
}
.TagClassName
{
border-color: #3FAB92;
}
</style>