Shades of Gossamer #3FAA9D
Tints of Gossamer #3FAA9D
RGB
CMYK
RGB Variations
Color information
#3FAA9D (or 0x3FAA9D) is known color: Gossamer. HEX triplet: 3F, AA and 9D. RGB value is (63,170,157). Sum of RGB (Red+Green+Blue) = 63+170+157=390 (51% of max value = 765). Red value is 63 (25% from 255 or 16.15% from 390); Green value is 170 (66.80% from 255 or 43.59% from 390); Blue value is 157 (61.72% from 255 or 40.26% from 390); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9D is #C05562. Grayscale: #888888. Windows color (decimal): -12604771 or 10332735. OLE color: 10332735.
HSL color Cylindrical-coordinate representation of color #3FAA9D: hue angle of 172.71º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #3FAA9D is Cyan = 0.63, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 157 | - |
| CMYK | 0.63 | 0 | 0.08 | 0.33 |
| HSL | 172.71º | 0.46% | 0.46% | - |
| HSV(B) | 172.71º | 0.63% | 0.67% | - |
| XYZ | 22.51 | 32.24 | 36.93 | - |
| YUV | 136.53 | 139.55 | 75.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 157 | 0.63 | 0 | 0.08 | 0.33 | 172.71 | 0.46 | 0.46 |
| Hex | 3F | AA | 9D | 3F | 0 | 8 | 21 | AD | 2E | 2E |
| Octal | 77 | 252 | 235 | 77 | 0 | 10 | 41 | 255 | 56 | 56 |
| Binary | 111111 | 10101010 | 10011101 | 111111 | 0 | 1000 | 100001 | 10101101 | 101110 | 101110 |
Color Harmonies of #3FAA9D
Complementary color
Monochromatic Colors of #3FAA9D
Black with #3FAA9D
Text Example
Text Example
White with #3FAA9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA9D; }
p { color: rgb(63,170,157); }
H1.HeaderClassName
{
color: #3FAA9D;
}
.AnyTagClassName
{
color: #3FAA9D;
}
</style>
background-color css
<style>
a { background-color: #3FAA9D; }
a { background-color: rgb(63,170,157); }
div.DivClassName
{
background-color: #3FAA9D;
}
.BgClassName
{
background-color: #3FAA9D;
}
</style>
border-color css
<style>
span { border-color: #3FAA9D; }
span { border-color: rgb(63,170,157); }
td.TdClassName
{
border-color: #3FAA9D;
}
.TagClassName
{
border-color: #3FAA9D;
}
</style>