Shades of Gossamer #3FAE88
Tints of Gossamer #3FAE88
RGB
CMYK
RGB Variations
Color information
#3FAE88 (or 0x3FAE88) is known color: Gossamer. HEX triplet: 3F, AE and 88. RGB value is (63,174,136). Sum of RGB (Red+Green+Blue) = 63+174+136=373 (49% of max value = 765). Red value is 63 (25% from 255 or 16.89% from 373); Green value is 174 (68.36% from 255 or 46.65% from 373); Blue value is 136 (53.52% from 255 or 36.46% from 373); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAE88 is #C05177. Grayscale: #888888. Windows color (decimal): -12603768 or 8957503. OLE color: 8957503.
HSL color Cylindrical-coordinate representation of color #3FAE88: hue angle of 159.46º 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 #3FAE88 is Cyan = 0.64, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 136 | - |
| CMYK | 0.64 | 0 | 0.22 | 0.32 |
| HSL | 159.46º | 0.47% | 0.46% | - |
| HSV(B) | 159.46º | 0.64% | 0.68% | - |
| XYZ | 21.63 | 33.11 | 28.54 | - |
| YUV | 136.48 | 127.73 | 75.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 136 | 0.64 | 0 | 0.22 | 0.32 | 159.46 | 0.47 | 0.46 |
| Hex | 3F | AE | 88 | 40 | 0 | 16 | 20 | 9F | 2F | 2E |
| Octal | 77 | 256 | 210 | 100 | 0 | 26 | 40 | 237 | 57 | 56 |
| Binary | 111111 | 10101110 | 10001000 | 1000000 | 0 | 10110 | 100000 | 10011111 | 101111 | 101110 |
Color Harmonies of #3FAE88
Complementary color
Monochromatic Colors of #3FAE88
Black with #3FAE88
Text Example
Text Example
White with #3FAE88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE88; }
p { color: rgb(63,174,136); }
H1.HeaderClassName
{
color: #3FAE88;
}
.AnyTagClassName
{
color: #3FAE88;
}
</style>
background-color css
<style>
a { background-color: #3FAE88; }
a { background-color: rgb(63,174,136); }
div.DivClassName
{
background-color: #3FAE88;
}
.BgClassName
{
background-color: #3FAE88;
}
</style>
border-color css
<style>
span { border-color: #3FAE88; }
span { border-color: rgb(63,174,136); }
td.TdClassName
{
border-color: #3FAE88;
}
.TagClassName
{
border-color: #3FAE88;
}
</style>