Shades of Gossamer #4DAD8B
Tints of Gossamer #4DAD8B
RGB
CMYK
RGB Variations
Color information
#4DAD8B (or 0x4DAD8B) is known color: Gossamer. HEX triplet: 4D, AD and 8B. RGB value is (77,173,139). Sum of RGB (Red+Green+Blue) = 77+173+139=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 173 (67.97% from 255 or 44.47% from 389); Blue value is 139 (54.69% from 255 or 35.73% from 389); Max value from RGB is 173 - color contains mainly: green. Hex color #4DAD8B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAD8B is #B25274. Grayscale: #8C8C8C. Windows color (decimal): -11686517 or 9153869. OLE color: 9153869.
HSL color Cylindrical-coordinate representation of color #4DAD8B: hue angle of 158.75º 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 #4DAD8B is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 77 | 173 | 139 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.32 |
| HSL | 158.75º | 0.38% | 0.49% | - |
| HSV(B) | 158.75º | 0.55% | 0.68% | - |
| XYZ | 22.66 | 33.33 | 29.66 | - |
| YUV | 140.42 | 127.2 | 82.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 173 | 139 | 0.55 | 0 | 0.20 | 0.32 | 158.75 | 0.38 | 0.49 |
| Hex | 4D | AD | 8B | 37 | 0 | 14 | 20 | 9F | 26 | 31 |
| Octal | 115 | 255 | 213 | 67 | 0 | 24 | 40 | 237 | 46 | 61 |
| Binary | 1001101 | 10101101 | 10001011 | 110111 | 0 | 10100 | 100000 | 10011111 | 100110 | 110001 |
Color Harmonies of #4DAD8B
Complementary color
Monochromatic Colors of #4DAD8B
Black with #4DAD8B
Text Example
Text Example
White with #4DAD8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAD8B; }
p { color: rgb(77,173,139); }
H1.HeaderClassName
{
color: #4DAD8B;
}
.AnyTagClassName
{
color: #4DAD8B;
}
</style>
background-color css
<style>
a { background-color: #4DAD8B; }
a { background-color: rgb(77,173,139); }
div.DivClassName
{
background-color: #4DAD8B;
}
.BgClassName
{
background-color: #4DAD8B;
}
</style>
border-color css
<style>
span { border-color: #4DAD8B; }
span { border-color: rgb(77,173,139); }
td.TdClassName
{
border-color: #4DAD8B;
}
.TagClassName
{
border-color: #4DAD8B;
}
</style>