Shades of Gossamer #4DAB8A
Tints of Gossamer #4DAB8A
RGB
CMYK
RGB Variations
Color information
#4DAB8A (or 0x4DAB8A) is known color: Gossamer. HEX triplet: 4D, AB and 8A. RGB value is (77,171,138). Sum of RGB (Red+Green+Blue) = 77+171+138=386 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.95% from 386); Green value is 171 (67.19% from 255 or 44.30% from 386); Blue value is 138 (54.30% from 255 or 35.75% from 386); Max value from RGB is 171 - color contains mainly: green. Hex color #4DAB8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAB8A is #B25475. Grayscale: #8B8B8B. Windows color (decimal): -11687030 or 9087821. OLE color: 9087821.
HSL color Cylindrical-coordinate representation of color #4DAB8A: hue angle of 158.94º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAB8A is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 171 | 138 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.33 |
| HSL | 158.94º | 0.38% | 0.49% | - |
| HSV(B) | 158.94º | 0.55% | 0.67% | - |
| XYZ | 22.21 | 32.54 | 29.15 | - |
| YUV | 139.13 | 127.36 | 83.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 171 | 138 | 0.55 | 0 | 0.19 | 0.33 | 158.94 | 0.38 | 0.49 |
| Hex | 4D | AB | 8A | 37 | 0 | 13 | 21 | 9F | 26 | 31 |
| Octal | 115 | 253 | 212 | 67 | 0 | 23 | 41 | 237 | 46 | 61 |
| Binary | 1001101 | 10101011 | 10001010 | 110111 | 0 | 10011 | 100001 | 10011111 | 100110 | 110001 |
Color Harmonies of #4DAB8A
Complementary color
Monochromatic Colors of #4DAB8A
Black with #4DAB8A
Text Example
Text Example
White with #4DAB8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAB8A; }
p { color: rgb(77,171,138); }
H1.HeaderClassName
{
color: #4DAB8A;
}
.AnyTagClassName
{
color: #4DAB8A;
}
</style>
background-color css
<style>
a { background-color: #4DAB8A; }
a { background-color: rgb(77,171,138); }
div.DivClassName
{
background-color: #4DAB8A;
}
.BgClassName
{
background-color: #4DAB8A;
}
</style>
border-color css
<style>
span { border-color: #4DAB8A; }
span { border-color: rgb(77,171,138); }
td.TdClassName
{
border-color: #4DAB8A;
}
.TagClassName
{
border-color: #4DAB8A;
}
</style>