Shades of Gossamer #3FAA8A
Tints of Gossamer #3FAA8A
RGB
CMYK
RGB Variations
Color information
#3FAA8A (or 0x3FAA8A) is known color: Gossamer. HEX triplet: 3F, AA and 8A. RGB value is (63,170,138). Sum of RGB (Red+Green+Blue) = 63+170+138=371 (49% of max value = 765). Red value is 63 (25% from 255 or 16.98% from 371); Green value is 170 (66.80% from 255 or 45.82% from 371); Blue value is 138 (54.30% from 255 or 37.20% from 371); Max value from RGB is 170 - color contains mainly: green. Hex color #3FAA8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAA8A is #C05575. Grayscale: #868686. Windows color (decimal): -12604790 or 9087551. OLE color: 9087551.
HSL color Cylindrical-coordinate representation of color #3FAA8A: hue angle of 162.06º 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 #3FAA8A is Cyan = 0.63, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 170 | 138 | - |
| CMYK | 0.63 | 0 | 0.19 | 0.33 |
| HSL | 162.06º | 0.46% | 0.46% | - |
| HSV(B) | 162.06º | 0.63% | 0.67% | - |
| XYZ | 21.01 | 31.64 | 29.04 | - |
| YUV | 134.36 | 130.05 | 77.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 170 | 138 | 0.63 | 0 | 0.19 | 0.33 | 162.06 | 0.46 | 0.46 |
| Hex | 3F | AA | 8A | 3F | 0 | 13 | 21 | A2 | 2E | 2E |
| Octal | 77 | 252 | 212 | 77 | 0 | 23 | 41 | 242 | 56 | 56 |
| Binary | 111111 | 10101010 | 10001010 | 111111 | 0 | 10011 | 100001 | 10100010 | 101110 | 101110 |
Color Harmonies of #3FAA8A
Complementary color
Monochromatic Colors of #3FAA8A
Black with #3FAA8A
Text Example
Text Example
White with #3FAA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAA8A; }
p { color: rgb(63,170,138); }
H1.HeaderClassName
{
color: #3FAA8A;
}
.AnyTagClassName
{
color: #3FAA8A;
}
</style>
background-color css
<style>
a { background-color: #3FAA8A; }
a { background-color: rgb(63,170,138); }
div.DivClassName
{
background-color: #3FAA8A;
}
.BgClassName
{
background-color: #3FAA8A;
}
</style>
border-color css
<style>
span { border-color: #3FAA8A; }
span { border-color: rgb(63,170,138); }
td.TdClassName
{
border-color: #3FAA8A;
}
.TagClassName
{
border-color: #3FAA8A;
}
</style>