Shades of Gossamer #3FAB83
Tints of Gossamer #3FAB83
RGB
CMYK
RGB Variations
Color information
#3FAB83 (or 0x3FAB83) is known color: Gossamer. HEX triplet: 3F, AB and 83. RGB value is (63,171,131). Sum of RGB (Red+Green+Blue) = 63+171+131=365 (48% of max value = 765). Red value is 63 (25% from 255 or 17.26% from 365); Green value is 171 (67.19% from 255 or 46.85% from 365); Blue value is 131 (51.56% from 255 or 35.89% from 365); Max value from RGB is 171 - color contains mainly: green. Hex color #3FAB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAB83 is #C0547C. Grayscale: #868686. Windows color (decimal): -12604541 or 8629055. OLE color: 8629055.
HSL color Cylindrical-coordinate representation of color #3FAB83: hue angle of 157.78º 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 #3FAB83 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 171 | 131 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.33 |
| HSL | 157.78º | 0.46% | 0.46% | - |
| HSV(B) | 157.78º | 0.63% | 0.67% | - |
| XYZ | 20.71 | 31.82 | 26.52 | - |
| YUV | 134.15 | 126.22 | 77.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 171 | 131 | 0.63 | 0 | 0.23 | 0.33 | 157.78 | 0.46 | 0.46 |
| Hex | 3F | AB | 83 | 3F | 0 | 17 | 21 | 9E | 2E | 2E |
| Octal | 77 | 253 | 203 | 77 | 0 | 27 | 41 | 236 | 56 | 56 |
| Binary | 111111 | 10101011 | 10000011 | 111111 | 0 | 10111 | 100001 | 10011110 | 101110 | 101110 |
Color Harmonies of #3FAB83
Complementary color
Monochromatic Colors of #3FAB83
Black with #3FAB83
Text Example
Text Example
White with #3FAB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAB83; }
p { color: rgb(63,171,131); }
H1.HeaderClassName
{
color: #3FAB83;
}
.AnyTagClassName
{
color: #3FAB83;
}
</style>
background-color css
<style>
a { background-color: #3FAB83; }
a { background-color: rgb(63,171,131); }
div.DivClassName
{
background-color: #3FAB83;
}
.BgClassName
{
background-color: #3FAB83;
}
</style>
border-color css
<style>
span { border-color: #3FAB83; }
span { border-color: rgb(63,171,131); }
td.TdClassName
{
border-color: #3FAB83;
}
.TagClassName
{
border-color: #3FAB83;
}
</style>