Shades of Gossamer #49AF8A
Tints of Gossamer #49AF8A
RGB
CMYK
RGB Variations
Color information
#49AF8A (or 0x49AF8A) is known color: Gossamer. HEX triplet: 49, AF and 8A. RGB value is (73,175,138). Sum of RGB (Red+Green+Blue) = 73+175+138=386 (51% of max value = 765). Red value is 73 (28.91% from 255 or 18.91% from 386); Green value is 175 (68.75% from 255 or 45.34% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 175 - color contains mainly: green. Hex color #49AF8A is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #49AF8A is #B65075. Grayscale: #8C8C8C. Windows color (decimal): -11948150 or 9088841. OLE color: 9088841.
HSL color Cylindrical-coordinate representation of color #49AF8A: hue angle of 158.24º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #49AF8A is Cyan = 0.58, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 73 | 175 | 138 | - |
| CMYK | 0.58 | 0 | 0.21 | 0.31 |
| HSL | 158.24º | 0.41% | 0.49% | - |
| HSV(B) | 158.24º | 0.58% | 0.69% | - |
| XYZ | 22.67 | 33.91 | 29.4 | - |
| YUV | 140.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 175 | 138 | 0.58 | 0 | 0.21 | 0.31 | 158.24 | 0.41 | 0.49 |
| Hex | 49 | AF | 8A | 3A | 0 | 15 | 1F | 9E | 29 | 31 |
| Octal | 111 | 257 | 212 | 72 | 0 | 25 | 37 | 236 | 51 | 61 |
| Binary | 1001001 | 10101111 | 10001010 | 111010 | 0 | 10101 | 11111 | 10011110 | 101001 | 110001 |
Color Harmonies of #49AF8A
Complementary color
Monochromatic Colors of #49AF8A
Black with #49AF8A
Text Example
Text Example
White with #49AF8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49AF8A; }
p { color: rgb(73,175,138); }
H1.HeaderClassName
{
color: #49AF8A;
}
.AnyTagClassName
{
color: #49AF8A;
}
</style>
background-color css
<style>
a { background-color: #49AF8A; }
a { background-color: rgb(73,175,138); }
div.DivClassName
{
background-color: #49AF8A;
}
.BgClassName
{
background-color: #49AF8A;
}
</style>
border-color css
<style>
span { border-color: #49AF8A; }
span { border-color: rgb(73,175,138); }
td.TdClassName
{
border-color: #49AF8A;
}
.TagClassName
{
border-color: #49AF8A;
}
</style>