Shades of Gossamer #3FAE89
Tints of Gossamer #3FAE89
RGB
CMYK
RGB Variations
Color information
#3FAE89 (or 0x3FAE89) is known color: Gossamer. HEX triplet: 3F, AE and 89. RGB value is (63,174,137). Sum of RGB (Red+Green+Blue) = 63+174+137=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 174 (68.36% from 255 or 46.52% from 374); Blue value is 137 (53.91% from 255 or 36.63% from 374); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAE89 is #C05176. Grayscale: #888888. Windows color (decimal): -12603767 or 9023039. OLE color: 9023039.
HSL color Cylindrical-coordinate representation of color #3FAE89: hue angle of 160º degrees, saturation: 0.47, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAE89 is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 137 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.32 |
| HSL | 160º | 0.47% | 0.46% | - |
| HSV(B) | 160º | 0.64% | 0.68% | - |
| XYZ | 21.7 | 33.14 | 28.92 | - |
| YUV | 136.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 137 | 0.64 | 0 | 0.21 | 0.32 | 160 | 0.47 | 0.46 |
| Hex | 3F | AE | 89 | 40 | 0 | 15 | 20 | A0 | 2F | 2E |
| Octal | 77 | 256 | 211 | 100 | 0 | 25 | 40 | 240 | 57 | 56 |
| Binary | 111111 | 10101110 | 10001001 | 1000000 | 0 | 10101 | 100000 | 10100000 | 101111 | 101110 |
Color Harmonies of #3FAE89
Complementary color
Monochromatic Colors of #3FAE89
Black with #3FAE89
Text Example
Text Example
White with #3FAE89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE89; }
p { color: rgb(63,174,137); }
H1.HeaderClassName
{
color: #3FAE89;
}
.AnyTagClassName
{
color: #3FAE89;
}
</style>
background-color css
<style>
a { background-color: #3FAE89; }
a { background-color: rgb(63,174,137); }
div.DivClassName
{
background-color: #3FAE89;
}
.BgClassName
{
background-color: #3FAE89;
}
</style>
border-color css
<style>
span { border-color: #3FAE89; }
span { border-color: rgb(63,174,137); }
td.TdClassName
{
border-color: #3FAE89;
}
.TagClassName
{
border-color: #3FAE89;
}
</style>