Shades of Gossamer #4DAC8C
Tints of Gossamer #4DAC8C
RGB
CMYK
RGB Variations
Color information
#4DAC8C (or 0x4DAC8C) is known color: Gossamer. HEX triplet: 4D, AC and 8C. RGB value is (77,172,140). Sum of RGB (Red+Green+Blue) = 77+172+140=389 (51% of max value = 765). Red value is 77 (30.47% from 255 or 19.79% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 140 (55.08% from 255 or 35.99% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #4DAC8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAC8C is #B25373. Grayscale: #8B8B8B. Windows color (decimal): -11686772 or 9219149. OLE color: 9219149.
HSL color Cylindrical-coordinate representation of color #4DAC8C: hue angle of 159.79º 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 #4DAC8C is Cyan = 0.55, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 172 | 140 | - |
| CMYK | 0.55 | 0 | 0.19 | 0.33 |
| HSL | 159.79º | 0.38% | 0.49% | - |
| HSV(B) | 159.79º | 0.55% | 0.67% | - |
| XYZ | 22.55 | 32.98 | 29.99 | - |
| YUV | 139.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 172 | 140 | 0.55 | 0 | 0.19 | 0.33 | 159.79 | 0.38 | 0.49 |
| Hex | 4D | AC | 8C | 37 | 0 | 13 | 21 | A0 | 26 | 31 |
| Octal | 115 | 254 | 214 | 67 | 0 | 23 | 41 | 240 | 46 | 61 |
| Binary | 1001101 | 10101100 | 10001100 | 110111 | 0 | 10011 | 100001 | 10100000 | 100110 | 110001 |
Color Harmonies of #4DAC8C
Complementary color
Monochromatic Colors of #4DAC8C
Black with #4DAC8C
Text Example
Text Example
White with #4DAC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAC8C; }
p { color: rgb(77,172,140); }
H1.HeaderClassName
{
color: #4DAC8C;
}
.AnyTagClassName
{
color: #4DAC8C;
}
</style>
background-color css
<style>
a { background-color: #4DAC8C; }
a { background-color: rgb(77,172,140); }
div.DivClassName
{
background-color: #4DAC8C;
}
.BgClassName
{
background-color: #4DAC8C;
}
</style>
border-color css
<style>
span { border-color: #4DAC8C; }
span { border-color: rgb(77,172,140); }
td.TdClassName
{
border-color: #4DAC8C;
}
.TagClassName
{
border-color: #4DAC8C;
}
</style>