Shades of Gossamer #3FAE8A
Tints of Gossamer #3FAE8A
RGB
CMYK
RGB Variations
Color information
#3FAE8A (or 0x3FAE8A) is known color: Gossamer. HEX triplet: 3F, AE and 8A. RGB value is (63,174,138). Sum of RGB (Red+Green+Blue) = 63+174+138=375 (49% of max value = 765). Red value is 63 (25% from 255 or 16.8% from 375); Green value is 174 (68.36% from 255 or 46.4% from 375); Blue value is 138 (54.30% from 255 or 36.8% from 375); Max value from RGB is 174 - color contains mainly: green. Hex color #3FAE8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAE8A is #C05175. Grayscale: #888888. Windows color (decimal): -12603766 or 9088575. OLE color: 9088575.
HSL color Cylindrical-coordinate representation of color #3FAE8A: hue angle of 160.54º 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 #3FAE8A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 174 | 138 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.32 |
| HSL | 160.54º | 0.47% | 0.46% | - |
| HSV(B) | 160.54º | 0.64% | 0.68% | - |
| XYZ | 21.77 | 33.16 | 29.3 | - |
| YUV | 136.71 | 128.73 | 75.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 174 | 138 | 0.64 | 0 | 0.21 | 0.32 | 160.54 | 0.47 | 0.46 |
| Hex | 3F | AE | 8A | 40 | 0 | 15 | 20 | A1 | 2F | 2E |
| Octal | 77 | 256 | 212 | 100 | 0 | 25 | 40 | 241 | 57 | 56 |
| Binary | 111111 | 10101110 | 10001010 | 1000000 | 0 | 10101 | 100000 | 10100001 | 101111 | 101110 |
Color Harmonies of #3FAE8A
Complementary color
Monochromatic Colors of #3FAE8A
Black with #3FAE8A
Text Example
Text Example
White with #3FAE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAE8A; }
p { color: rgb(63,174,138); }
H1.HeaderClassName
{
color: #3FAE8A;
}
.AnyTagClassName
{
color: #3FAE8A;
}
</style>
background-color css
<style>
a { background-color: #3FAE8A; }
a { background-color: rgb(63,174,138); }
div.DivClassName
{
background-color: #3FAE8A;
}
.BgClassName
{
background-color: #3FAE8A;
}
</style>
border-color css
<style>
span { border-color: #3FAE8A; }
span { border-color: rgb(63,174,138); }
td.TdClassName
{
border-color: #3FAE8A;
}
.TagClassName
{
border-color: #3FAE8A;
}
</style>