Shades of Gossamer #4DA68B
Tints of Gossamer #4DA68B
RGB
CMYK
RGB Variations
Color information
#4DA68B (or 0x4DA68B) is known color: Gossamer. HEX triplet: 4D, A6 and 8B. RGB value is (77,166,139). Sum of RGB (Red+Green+Blue) = 77+166+139=382 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.16% from 382); Green value is 166 (65.23% from 255 or 43.46% from 382); Blue value is 139 (54.69% from 255 or 36.39% from 382); Max value from RGB is 166 - color contains mainly: green. Hex color #4DA68B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA68B is #B25974. Grayscale: #888888. Windows color (decimal): -11688309 or 9152077. OLE color: 9152077.
HSL color Cylindrical-coordinate representation of color #4DA68B: hue angle of 161.8º degrees, saturation: 0.37, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4DA68B is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 77 | 166 | 139 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.35 |
| HSL | 161.8º | 0.37% | 0.48% | - |
| HSV(B) | 161.8º | 0.54% | 0.65% | - |
| XYZ | 21.36 | 30.71 | 29.23 | - |
| YUV | 136.31 | 129.51 | 85.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 166 | 139 | 0.54 | 0 | 0.16 | 0.35 | 161.8 | 0.37 | 0.48 |
| Hex | 4D | A6 | 8B | 36 | 0 | 10 | 23 | A2 | 25 | 30 |
| Octal | 115 | 246 | 213 | 66 | 0 | 20 | 43 | 242 | 45 | 60 |
| Binary | 1001101 | 10100110 | 10001011 | 110110 | 0 | 10000 | 100011 | 10100010 | 100101 | 110000 |
Color Harmonies of #4DA68B
Complementary color
Monochromatic Colors of #4DA68B
Black with #4DA68B
Text Example
Text Example
White with #4DA68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA68B; }
p { color: rgb(77,166,139); }
H1.HeaderClassName
{
color: #4DA68B;
}
.AnyTagClassName
{
color: #4DA68B;
}
</style>
background-color css
<style>
a { background-color: #4DA68B; }
a { background-color: rgb(77,166,139); }
div.DivClassName
{
background-color: #4DA68B;
}
.BgClassName
{
background-color: #4DA68B;
}
</style>
border-color css
<style>
span { border-color: #4DA68B; }
span { border-color: rgb(77,166,139); }
td.TdClassName
{
border-color: #4DA68B;
}
.TagClassName
{
border-color: #4DA68B;
}
</style>