Shades of Gossamer #4DA98B
Tints of Gossamer #4DA98B
RGB
CMYK
RGB Variations
Color information
#4DA98B (or 0x4DA98B) is known color: Gossamer. HEX triplet: 4D, A9 and 8B. RGB value is (77,169,139). Sum of RGB (Red+Green+Blue) = 77+169+139=385 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20% from 385); Green value is 169 (66.41% from 255 or 43.90% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 169 - color contains mainly: green. Hex color #4DA98B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA98B is #B25674. Grayscale: #8A8A8A. Windows color (decimal): -11687541 or 9152845. OLE color: 9152845.
HSL color Cylindrical-coordinate representation of color #4DA98B: hue angle of 160.43º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA98B is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 77 | 169 | 139 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.34 |
| HSL | 160.43º | 0.37% | 0.48% | - |
| HSV(B) | 160.43º | 0.54% | 0.66% | - |
| XYZ | 21.91 | 31.82 | 29.41 | - |
| YUV | 138.07 | 128.52 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 169 | 139 | 0.54 | 0 | 0.18 | 0.34 | 160.43 | 0.37 | 0.48 |
| Hex | 4D | A9 | 8B | 36 | 0 | 12 | 22 | A0 | 25 | 30 |
| Octal | 115 | 251 | 213 | 66 | 0 | 22 | 42 | 240 | 45 | 60 |
| Binary | 1001101 | 10101001 | 10001011 | 110110 | 0 | 10010 | 100010 | 10100000 | 100101 | 110000 |
Color Harmonies of #4DA98B
Complementary color
Monochromatic Colors of #4DA98B
Black with #4DA98B
Text Example
Text Example
White with #4DA98B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA98B; }
p { color: rgb(77,169,139); }
H1.HeaderClassName
{
color: #4DA98B;
}
.AnyTagClassName
{
color: #4DA98B;
}
</style>
background-color css
<style>
a { background-color: #4DA98B; }
a { background-color: rgb(77,169,139); }
div.DivClassName
{
background-color: #4DA98B;
}
.BgClassName
{
background-color: #4DA98B;
}
</style>
border-color css
<style>
span { border-color: #4DA98B; }
span { border-color: rgb(77,169,139); }
td.TdClassName
{
border-color: #4DA98B;
}
.TagClassName
{
border-color: #4DA98B;
}
</style>