Shades of Gossamer #3FAA9A
Tints of Gossamer #3FAA9A
RGB
CMYK
RGB Variations
Color information
#3FAA9A (or 0x3FAA9A) is known color: Gossamer. HEX triplet: 3F, AA and 9A. RGB value is (63,170,154). Sum of RGB (Red+Green+Blue) = 63+170+154=387 (51% of max value = 765). Red value is 63 (25% from 255 or 16.28% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 154 (60.55% from 255 or 39.79% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA9A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA9A is #C05565. Grayscale: #888888. Windows color (decimal): -12604774 or 10136127. OLE color: 10136127.
HSL color Cylindrical-coordinate representation of color #3FAA9A: hue angle of 171.03º 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 #3FAA9A is Cyan = 0.63, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 154 | - |
| CMYK | 0.63 | 0 | 0.09 | 0.33 |
| HSL | 171.03º | 0.46% | 0.46% | - |
| HSV(B) | 171.03º | 0.63% | 0.67% | - |
| XYZ | 22.26 | 32.14 | 35.6 | - |
| YUV | 136.18 | 138.05 | 75.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 154 | 0.63 | 0 | 0.09 | 0.33 | 171.03 | 0.46 | 0.46 |
| Hex | 3F | AA | 9A | 3F | 0 | 9 | 21 | AB | 2E | 2E |
| Octal | 77 | 252 | 232 | 77 | 0 | 11 | 41 | 253 | 56 | 56 |
| Binary | 111111 | 10101010 | 10011010 | 111111 | 0 | 1001 | 100001 | 10101011 | 101110 | 101110 |
Color Harmonies of #3FAA9A
Complementary color
Monochromatic Colors of #3FAA9A
Black with #3FAA9A
Text Example
Text Example
White with #3FAA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA9A; }
p { color: rgb(63,170,154); }
H1.HeaderClassName
{
color: #3FAA9A;
}
.AnyTagClassName
{
color: #3FAA9A;
}
</style>
background-color css
<style>
a { background-color: #3FAA9A; }
a { background-color: rgb(63,170,154); }
div.DivClassName
{
background-color: #3FAA9A;
}
.BgClassName
{
background-color: #3FAA9A;
}
</style>
border-color css
<style>
span { border-color: #3FAA9A; }
span { border-color: rgb(63,170,154); }
td.TdClassName
{
border-color: #3FAA9A;
}
.TagClassName
{
border-color: #3FAA9A;
}
</style>