Shades of Gossamer #3FAE8E
Tints of Gossamer #3FAE8E
RGB
CMYK
RGB Variations
Color information
#3FAE8E (or 0x3FAE8E) is known color: Gossamer. HEX triplet: 3F, AE and 8E. RGB value is (63,174,142). Sum of RGB (Red+Green+Blue) = 63+174+142=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 174 (68.36% from 255 or 45.91% from 379); Blue value is 142 (55.86% from 255 or 37.47% from 379); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAE8E is #C05171. Grayscale: #898989. Windows color (decimal): -12603762 or 9350719. OLE color: 9350719.
HSL color Cylindrical-coordinate representation of color #3FAE8E: hue angle of 162.7º 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 #3FAE8E is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 142 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.32 |
| HSL | 162.7º | 0.47% | 0.46% | - |
| HSV(B) | 162.7º | 0.64% | 0.68% | - |
| XYZ | 22.07 | 33.28 | 30.85 | - |
| YUV | 137.16 | 130.73 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 142 | 0.64 | 0 | 0.18 | 0.32 | 162.7 | 0.47 | 0.46 |
| Hex | 3F | AE | 8E | 40 | 0 | 12 | 20 | A3 | 2F | 2E |
| Octal | 77 | 256 | 216 | 100 | 0 | 22 | 40 | 243 | 57 | 56 |
| Binary | 111111 | 10101110 | 10001110 | 1000000 | 0 | 10010 | 100000 | 10100011 | 101111 | 101110 |
Color Harmonies of #3FAE8E
Complementary color
Monochromatic Colors of #3FAE8E
Black with #3FAE8E
Text Example
Text Example
White with #3FAE8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE8E; }
p { color: rgb(63,174,142); }
H1.HeaderClassName
{
color: #3FAE8E;
}
.AnyTagClassName
{
color: #3FAE8E;
}
</style>
background-color css
<style>
a { background-color: #3FAE8E; }
a { background-color: rgb(63,174,142); }
div.DivClassName
{
background-color: #3FAE8E;
}
.BgClassName
{
background-color: #3FAE8E;
}
</style>
border-color css
<style>
span { border-color: #3FAE8E; }
span { border-color: rgb(63,174,142); }
td.TdClassName
{
border-color: #3FAE8E;
}
.TagClassName
{
border-color: #3FAE8E;
}
</style>