Shades of Gossamer #3FAD8A
Tints of Gossamer #3FAD8A
RGB
CMYK
RGB Variations
Color information
#3FAD8A (or 0x3FAD8A) is known color: Gossamer. HEX triplet: 3F, AD and 8A. RGB value is (63,173,138). Sum of RGB (Red+Green+Blue) = 63+173+138=374 (49% of max value = 765). Red value is 63 (25% from 255 or 16.84% from 374); Green value is 173 (67.97% from 255 or 46.26% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 173 - color contains mainly: green. Hex color #3FAD8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAD8A is #C05275. Grayscale: #888888. Windows color (decimal): -12604022 or 9088319. OLE color: 9088319.
HSL color Cylindrical-coordinate representation of color #3FAD8A: hue angle of 160.91º 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 #3FAD8A is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 63 | 173 | 138 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.32 |
| HSL | 160.91º | 0.47% | 0.46% | - |
| HSV(B) | 160.91º | 0.64% | 0.68% | - |
| XYZ | 21.58 | 32.78 | 29.23 | - |
| YUV | 136.12 | 129.06 | 75.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 173 | 138 | 0.64 | 0 | 0.20 | 0.32 | 160.91 | 0.47 | 0.46 |
| Hex | 3F | AD | 8A | 40 | 0 | 14 | 20 | A1 | 2F | 2E |
| Octal | 77 | 255 | 212 | 100 | 0 | 24 | 40 | 241 | 57 | 56 |
| Binary | 111111 | 10101101 | 10001010 | 1000000 | 0 | 10100 | 100000 | 10100001 | 101111 | 101110 |
Color Harmonies of #3FAD8A
Complementary color
Monochromatic Colors of #3FAD8A
Black with #3FAD8A
Text Example
Text Example
White with #3FAD8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAD8A; }
p { color: rgb(63,173,138); }
H1.HeaderClassName
{
color: #3FAD8A;
}
.AnyTagClassName
{
color: #3FAD8A;
}
</style>
background-color css
<style>
a { background-color: #3FAD8A; }
a { background-color: rgb(63,173,138); }
div.DivClassName
{
background-color: #3FAD8A;
}
.BgClassName
{
background-color: #3FAD8A;
}
</style>
border-color css
<style>
span { border-color: #3FAD8A; }
span { border-color: rgb(63,173,138); }
td.TdClassName
{
border-color: #3FAD8A;
}
.TagClassName
{
border-color: #3FAD8A;
}
</style>