Shades of Gossamer #40998A
Tints of Gossamer #40998A
RGB
CMYK
RGB Variations
Color information
#40998A (or 0x40998A) is known color: Gossamer. HEX triplet: 40, 99 and 8A. RGB value is (64,153,138). Sum of RGB (Red+Green+Blue) = 64+153+138=355 (47% of max value = 765). Red value is 64 (25.39% from 255 or 18.03% from 355); Green value is 153 (60.16% from 255 or 43.10% from 355); Blue value is 138 (54.30% from 255 or 38.87% from 355); Max value from RGB is 153 - color contains mainly: green. Hex color #40998A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40998A is #BF6675. Grayscale: #7C7C7C. Windows color (decimal): -12543606 or 9083200. OLE color: 9083200.
HSL color Cylindrical-coordinate representation of color #40998A: hue angle of 169.89º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #40998A is Cyan = 0.58, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 64 | 153 | 138 | - |
| CMYK | 0.58 | 0 | 0.10 | 0.4 |
| HSL | 169.89º | 0.41% | 0.43% | - |
| HSV(B) | 169.89º | 0.58% | 0.6% | - |
| XYZ | 18.09 | 25.71 | 28.05 | - |
| YUV | 124.68 | 135.51 | 84.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 153 | 138 | 0.58 | 0 | 0.10 | 0.4 | 169.89 | 0.41 | 0.43 |
| Hex | 40 | 99 | 8A | 3A | 0 | A | 28 | AA | 29 | 2B |
| Octal | 100 | 231 | 212 | 72 | 0 | 12 | 50 | 252 | 51 | 53 |
| Binary | 1000000 | 10011001 | 10001010 | 111010 | 0 | 1010 | 101000 | 10101010 | 101001 | 101011 |
Color Harmonies of #40998A
Complementary color
Monochromatic Colors of #40998A
Black with #40998A
Text Example
Text Example
White with #40998A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40998A; }
p { color: rgb(64,153,138); }
H1.HeaderClassName
{
color: #40998A;
}
.AnyTagClassName
{
color: #40998A;
}
</style>
background-color css
<style>
a { background-color: #40998A; }
a { background-color: rgb(64,153,138); }
div.DivClassName
{
background-color: #40998A;
}
.BgClassName
{
background-color: #40998A;
}
</style>
border-color css
<style>
span { border-color: #40998A; }
span { border-color: rgb(64,153,138); }
td.TdClassName
{
border-color: #40998A;
}
.TagClassName
{
border-color: #40998A;
}
</style>