Shades of Gossamer #40AB83
Tints of Gossamer #40AB83
RGB
CMYK
RGB Variations
Color information
#40AB83 (or 0x40AB83) is known color: Gossamer. HEX triplet: 40, AB and 83. RGB value is (64,171,131). Sum of RGB (Red+Green+Blue) = 64+171+131=366 (48% of max value = 765). Red value is 64 (25.39% from 255 or 17.49% from 366); Green value is 171 (67.19% from 255 or 46.72% from 366); Blue value is 131 (51.56% from 255 or 35.79% from 366); Max value from RGB is 171 - color contains mainly: green. Hex color #40AB83 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AB83 is #BF547C. Grayscale: #868686. Windows color (decimal): -12539005 or 8629056. OLE color: 8629056.
HSL color Cylindrical-coordinate representation of color #40AB83: hue angle of 157.57º 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 #40AB83 is Cyan = 0.63, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 64 | 171 | 131 | - |
| CMYK | 0.63 | 0 | 0.23 | 0.33 |
| HSL | 157.57º | 0.46% | 0.46% | - |
| HSV(B) | 157.57º | 0.63% | 0.67% | - |
| XYZ | 20.77 | 31.85 | 26.53 | - |
| YUV | 134.45 | 126.05 | 77.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 171 | 131 | 0.63 | 0 | 0.23 | 0.33 | 157.57 | 0.46 | 0.46 |
| Hex | 40 | AB | 83 | 3F | 0 | 17 | 21 | 9E | 2E | 2E |
| Octal | 100 | 253 | 203 | 77 | 0 | 27 | 41 | 236 | 56 | 56 |
| Binary | 1000000 | 10101011 | 10000011 | 111111 | 0 | 10111 | 100001 | 10011110 | 101110 | 101110 |
Color Harmonies of #40AB83
Complementary color
Monochromatic Colors of #40AB83
Black with #40AB83
Text Example
Text Example
White with #40AB83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AB83; }
p { color: rgb(64,171,131); }
H1.HeaderClassName
{
color: #40AB83;
}
.AnyTagClassName
{
color: #40AB83;
}
</style>
background-color css
<style>
a { background-color: #40AB83; }
a { background-color: rgb(64,171,131); }
div.DivClassName
{
background-color: #40AB83;
}
.BgClassName
{
background-color: #40AB83;
}
</style>
border-color css
<style>
span { border-color: #40AB83; }
span { border-color: rgb(64,171,131); }
td.TdClassName
{
border-color: #40AB83;
}
.TagClassName
{
border-color: #40AB83;
}
</style>