Shades of Gossamer #4DAA8D
Tints of Gossamer #4DAA8D
RGB
CMYK
RGB Variations
Color information
#4DAA8D (or 0x4DAA8D) is known color: Gossamer. HEX triplet: 4D, AA and 8D. RGB value is (77,170,141). Sum of RGB (Red+Green+Blue) = 77+170+141=388 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.85% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 141 (55.47% from 255 or 36.34% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA8D is #B25572. Grayscale: #8A8A8A. Windows color (decimal): -11687283 or 9284173. OLE color: 9284173.
HSL color Cylindrical-coordinate representation of color #4DAA8D: hue angle of 161.29º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA8D is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 141 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.33 |
| HSL | 161.29º | 0.38% | 0.48% | - |
| HSV(B) | 161.29º | 0.55% | 0.67% | - |
| XYZ | 22.24 | 32.25 | 30.25 | - |
| YUV | 138.89 | 129.19 | 83.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 141 | 0.55 | 0 | 0.17 | 0.33 | 161.29 | 0.38 | 0.48 |
| Hex | 4D | AA | 8D | 37 | 0 | 11 | 21 | A1 | 26 | 30 |
| Octal | 115 | 252 | 215 | 67 | 0 | 21 | 41 | 241 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10001101 | 110111 | 0 | 10001 | 100001 | 10100001 | 100110 | 110000 |
Color Harmonies of #4DAA8D
Complementary color
Monochromatic Colors of #4DAA8D
Black with #4DAA8D
Text Example
Text Example
White with #4DAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA8D; }
p { color: rgb(77,170,141); }
H1.HeaderClassName
{
color: #4DAA8D;
}
.AnyTagClassName
{
color: #4DAA8D;
}
</style>
background-color css
<style>
a { background-color: #4DAA8D; }
a { background-color: rgb(77,170,141); }
div.DivClassName
{
background-color: #4DAA8D;
}
.BgClassName
{
background-color: #4DAA8D;
}
</style>
border-color css
<style>
span { border-color: #4DAA8D; }
span { border-color: rgb(77,170,141); }
td.TdClassName
{
border-color: #4DAA8D;
}
.TagClassName
{
border-color: #4DAA8D;
}
</style>