Shades of Gossamer #3FAF8A
Tints of Gossamer #3FAF8A
RGB
CMYK
RGB Variations
Color information
#3FAF8A (or 0x3FAF8A) is known color: Gossamer. HEX triplet: 3F, AF and 8A. RGB value is (63,175,138). Sum of RGB (Red+Green+Blue) = 63+175+138=376 (49% of max value = 765). Red value is 63 (25% from 255 or 16.76% from 376); Green value is 175 (68.75% from 255 or 46.54% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 175 - color contains mainly: green. Hex color #3FAF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAF8A is #C05075. Grayscale: #898989. Windows color (decimal): -12603510 or 9088831. OLE color: 9088831.
HSL color Cylindrical-coordinate representation of color #3FAF8A: hue angle of 160.18º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #3FAF8A is Cyan = 0.64, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 63 | 175 | 138 | - |
| CMYK | 0.64 | 0 | 0.21 | 0.31 |
| HSL | 160.18º | 0.47% | 0.47% | - |
| HSV(B) | 160.18º | 0.64% | 0.69% | - |
| XYZ | 21.97 | 33.55 | 29.36 | - |
| YUV | 137.29 | 128.39 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 175 | 138 | 0.64 | 0 | 0.21 | 0.31 | 160.18 | 0.47 | 0.47 |
| Hex | 3F | AF | 8A | 40 | 0 | 15 | 1F | A0 | 2F | 2F |
| Octal | 77 | 257 | 212 | 100 | 0 | 25 | 37 | 240 | 57 | 57 |
| Binary | 111111 | 10101111 | 10001010 | 1000000 | 0 | 10101 | 11111 | 10100000 | 101111 | 101111 |
Color Harmonies of #3FAF8A
Complementary color
Monochromatic Colors of #3FAF8A
Black with #3FAF8A
Text Example
Text Example
White with #3FAF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAF8A; }
p { color: rgb(63,175,138); }
H1.HeaderClassName
{
color: #3FAF8A;
}
.AnyTagClassName
{
color: #3FAF8A;
}
</style>
background-color css
<style>
a { background-color: #3FAF8A; }
a { background-color: rgb(63,175,138); }
div.DivClassName
{
background-color: #3FAF8A;
}
.BgClassName
{
background-color: #3FAF8A;
}
</style>
border-color css
<style>
span { border-color: #3FAF8A; }
span { border-color: rgb(63,175,138); }
td.TdClassName
{
border-color: #3FAF8A;
}
.TagClassName
{
border-color: #3FAF8A;
}
</style>