Shades of Gossamer #40AF8A
Tints of Gossamer #40AF8A
RGB
CMYK
RGB Variations
Color information
#40AF8A (or 0x40AF8A) is known color: Gossamer. HEX triplet: 40, AF and 8A. RGB value is (64,175,138). Sum of RGB (Red+Green+Blue) = 64+175+138=377 (49% of max value = 765). Red value is 64 (25.39% from 255 or 16.98% from 377); Green value is 175 (68.75% from 255 or 46.42% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 175 - color contains mainly: green. Hex color #40AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #40AF8A is #BF5075. Grayscale: #898989. Windows color (decimal): -12537974 or 9088832. OLE color: 9088832.
HSL color Cylindrical-coordinate representation of color #40AF8A: hue angle of 160º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #40AF8A is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 64 | 175 | 138 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.31 |
| HSL | 160º | 0.46% | 0.47% | - |
| HSV(B) | 160º | 0.63% | 0.69% | - |
| XYZ | 22.03 | 33.58 | 29.37 | - |
| YUV | 137.59 | 128.23 | 75.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 175 | 138 | 0.63 | 0 | 0.21 | 0.31 | 160 | 0.46 | 0.47 |
| Hex | 40 | AF | 8A | 3F | 0 | 15 | 1F | A0 | 2E | 2F |
| Octal | 100 | 257 | 212 | 77 | 0 | 25 | 37 | 240 | 56 | 57 |
| Binary | 1000000 | 10101111 | 10001010 | 111111 | 0 | 10101 | 11111 | 10100000 | 101110 | 101111 |
Color Harmonies of #40AF8A
Complementary color
Monochromatic Colors of #40AF8A
Black with #40AF8A
Text Example
Text Example
White with #40AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40AF8A; }
p { color: rgb(64,175,138); }
H1.HeaderClassName
{
color: #40AF8A;
}
.AnyTagClassName
{
color: #40AF8A;
}
</style>
background-color css
<style>
a { background-color: #40AF8A; }
a { background-color: rgb(64,175,138); }
div.DivClassName
{
background-color: #40AF8A;
}
.BgClassName
{
background-color: #40AF8A;
}
</style>
border-color css
<style>
span { border-color: #40AF8A; }
span { border-color: rgb(64,175,138); }
td.TdClassName
{
border-color: #40AF8A;
}
.TagClassName
{
border-color: #40AF8A;
}
</style>