Shades of Gossamer #4DAD89
Tints of Gossamer #4DAD89
RGB
CMYK
RGB Variations
Color information
#4DAD89 (or 0x4DAD89) is known color: Gossamer. HEX triplet: 4D, AD and 89. RGB value is (77,173,137). Sum of RGB (Red+Green+Blue) = 77+173+137=387 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.90% from 387); Green value is 173 (67.97% from 255 or 44.70% from 387); Blue value is 137 (53.91% from 255 or 35.40% from 387); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD89 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD89 is #B25276. Grayscale: #8C8C8C. Windows color (decimal): -11686519 or 9022797. OLE color: 9022797.
HSL color Cylindrical-coordinate representation of color #4DAD89: hue angle of 157.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAD89 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 137 | - |
| CMYK | 0.55 | 0 | 0.21 | 0.32 |
| HSL | 157.5º | 0.38% | 0.49% | - |
| HSV(B) | 157.5º | 0.55% | 0.68% | - |
| XYZ | 22.52 | 33.27 | 28.9 | - |
| YUV | 140.19 | 126.2 | 82.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 137 | 0.55 | 0 | 0.21 | 0.32 | 157.5 | 0.38 | 0.49 |
| Hex | 4D | AD | 89 | 37 | 0 | 15 | 20 | 9E | 26 | 31 |
| Octal | 115 | 255 | 211 | 67 | 0 | 25 | 40 | 236 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10001001 | 110111 | 0 | 10101 | 100000 | 10011110 | 100110 | 110001 |
Color Harmonies of #4DAD89
Complementary color
Monochromatic Colors of #4DAD89
Black with #4DAD89
Text Example
Text Example
White with #4DAD89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD89; }
p { color: rgb(77,173,137); }
H1.HeaderClassName
{
color: #4DAD89;
}
.AnyTagClassName
{
color: #4DAD89;
}
</style>
background-color css
<style>
a { background-color: #4DAD89; }
a { background-color: rgb(77,173,137); }
div.DivClassName
{
background-color: #4DAD89;
}
.BgClassName
{
background-color: #4DAD89;
}
</style>
border-color css
<style>
span { border-color: #4DAD89; }
span { border-color: rgb(77,173,137); }
td.TdClassName
{
border-color: #4DAD89;
}
.TagClassName
{
border-color: #4DAD89;
}
</style>