Shades of Gossamer #3FA498
Tints of Gossamer #3FA498
RGB
CMYK
RGB Variations
Color information
#3FA498 (or 0x3FA498) is known color: Gossamer. HEX triplet: 3F, A4 and 98. RGB value is (63,164,152). Sum of RGB (Red+Green+Blue) = 63+164+152=379 (50% of max value = 765). Red value is 63 (25% from 255 or 16.62% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 152 (59.77% from 255 or 40.11% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #3FA498 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #3FA498 is #C05B67. Grayscale: #848484. Windows color (decimal): -12606312 or 10003519. OLE color: 10003519.
HSL color Cylindrical-coordinate representation of color #3FA498: hue angle of 172.87º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3FA498 is Cyan = 0.62, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 63 | 164 | 152 | - |
| CMYK | 0.62 | 0 | 0.07 | 0.36 |
| HSL | 172.87º | 0.44% | 0.45% | - |
| HSV(B) | 172.87º | 0.62% | 0.64% | - |
| XYZ | 20.99 | 29.87 | 34.37 | - |
| YUV | 132.43 | 139.04 | 78.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 164 | 152 | 0.62 | 0 | 0.07 | 0.36 | 172.87 | 0.44 | 0.45 |
| Hex | 3F | A4 | 98 | 3E | 0 | 7 | 24 | AD | 2C | 2D |
| Octal | 77 | 244 | 230 | 76 | 0 | 7 | 44 | 255 | 54 | 55 |
| Binary | 111111 | 10100100 | 10011000 | 111110 | 0 | 111 | 100100 | 10101101 | 101100 | 101101 |
Color Harmonies of #3FA498
Complementary color
Monochromatic Colors of #3FA498
Black with #3FA498
Text Example
Text Example
White with #3FA498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3FA498; }
p { color: rgb(63,164,152); }
H1.HeaderClassName
{
color: #3FA498;
}
.AnyTagClassName
{
color: #3FA498;
}
</style>
background-color css
<style>
a { background-color: #3FA498; }
a { background-color: rgb(63,164,152); }
div.DivClassName
{
background-color: #3FA498;
}
.BgClassName
{
background-color: #3FA498;
}
</style>
border-color css
<style>
span { border-color: #3FA498; }
span { border-color: rgb(63,164,152); }
td.TdClassName
{
border-color: #3FA498;
}
.TagClassName
{
border-color: #3FA498;
}
</style>