Shades of Gossamer #3FAC99
Tints of Gossamer #3FAC99
RGB
CMYK
RGB Variations
Color information
#3FAC99 (or 0x3FAC99) is known color: Gossamer. HEX triplet: 3F, AC and 99. RGB value is (63,172,153). Sum of RGB (Red+Green+Blue) = 63+172+153=388 (51% of max value = 765). Red value is 63 (25% from 255 or 16.24% from 388); Green value is 172 (67.58% from 255 or 44.33% from 388); Blue value is 153 (60.16% from 255 or 39.43% from 388); Max value from RGB is 172 - color contains mainly: green. Hex color #3FAC99 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FAC99 is #C05366. Grayscale: #898989. Windows color (decimal): -12604263 or 10071103. OLE color: 10071103.
HSL color Cylindrical-coordinate representation of color #3FAC99: hue angle of 169.54º 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 #3FAC99 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 63 | 172 | 153 | - |
| CMYK | 0.63 | 0 | 0.11 | 0.33 |
| HSL | 169.54º | 0.46% | 0.46% | - |
| HSV(B) | 169.54º | 0.63% | 0.67% | - |
| XYZ | 22.55 | 32.86 | 35.29 | - |
| YUV | 137.24 | 136.89 | 75.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 172 | 153 | 0.63 | 0 | 0.11 | 0.33 | 169.54 | 0.46 | 0.46 |
| Hex | 3F | AC | 99 | 3F | 0 | B | 21 | AA | 2E | 2E |
| Octal | 77 | 254 | 231 | 77 | 0 | 13 | 41 | 252 | 56 | 56 |
| Binary | 111111 | 10101100 | 10011001 | 111111 | 0 | 1011 | 100001 | 10101010 | 101110 | 101110 |
Color Harmonies of #3FAC99
Complementary color
Monochromatic Colors of #3FAC99
Black with #3FAC99
Text Example
Text Example
White with #3FAC99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FAC99; }
p { color: rgb(63,172,153); }
H1.HeaderClassName
{
color: #3FAC99;
}
.AnyTagClassName
{
color: #3FAC99;
}
</style>
background-color css
<style>
a { background-color: #3FAC99; }
a { background-color: rgb(63,172,153); }
div.DivClassName
{
background-color: #3FAC99;
}
.BgClassName
{
background-color: #3FAC99;
}
</style>
border-color css
<style>
span { border-color: #3FAC99; }
span { border-color: rgb(63,172,153); }
td.TdClassName
{
border-color: #3FAC99;
}
.TagClassName
{
border-color: #3FAC99;
}
</style>