Shades of Gossamer #3FAA9B
Tints of Gossamer #3FAA9B
RGB
CMYK
RGB Variations
Color information
#3FAA9B (or 0x3FAA9B) is known color: Gossamer. HEX triplet: 3F, AA and 9B. RGB value is (63,170,155). Sum of RGB (Red+Green+Blue) = 63+170+155=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 155 (60.94% from 255 or 39.95% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9B is #C05564. Grayscale: #888888. Windows color (decimal): -12604773 or 10201663. OLE color: 10201663.
HSL color Cylindrical-coordinate representation of color #3FAA9B: hue angle of 171.59º 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 #3FAA9B is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 155 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.33 |
| HSL | 171.59º | 0.46% | 0.46% | - |
| HSV(B) | 171.59º | 0.63% | 0.67% | - |
| XYZ | 22.34 | 32.17 | 36.04 | - |
| YUV | 136.3 | 138.55 | 75.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 155 | 0.63 | 0 | 0.09 | 0.33 | 171.59 | 0.46 | 0.46 |
| Hex | 3F | AA | 9B | 3F | 0 | 9 | 21 | AC | 2E | 2E |
| Octal | 77 | 252 | 233 | 77 | 0 | 11 | 41 | 254 | 56 | 56 |
| Binary | 111111 | 10101010 | 10011011 | 111111 | 0 | 1001 | 100001 | 10101100 | 101110 | 101110 |
Color Harmonies of #3FAA9B
Complementary color
Monochromatic Colors of #3FAA9B
Black with #3FAA9B
Text Example
Text Example
White with #3FAA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA9B; }
p { color: rgb(63,170,155); }
H1.HeaderClassName
{
color: #3FAA9B;
}
.AnyTagClassName
{
color: #3FAA9B;
}
</style>
background-color css
<style>
a { background-color: #3FAA9B; }
a { background-color: rgb(63,170,155); }
div.DivClassName
{
background-color: #3FAA9B;
}
.BgClassName
{
background-color: #3FAA9B;
}
</style>
border-color css
<style>
span { border-color: #3FAA9B; }
span { border-color: rgb(63,170,155); }
td.TdClassName
{
border-color: #3FAA9B;
}
.TagClassName
{
border-color: #3FAA9B;
}
</style>