Shades of Gossamer #4DA48C
Tints of Gossamer #4DA48C
RGB
CMYK
RGB Variations
Color information
#4DA48C (or 0x4DA48C) is known color: Gossamer. HEX triplet: 4D, A4 and 8C. RGB value is (77,164,140). Sum of RGB (Red+Green+Blue) = 77+164+140=381 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.21% from 381); Green value is 164 (64.45% from 255 or 43.04% from 381); Blue value is 140 (55.08% from 255 or 36.75% from 381); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA48C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA48C is #B25B73. Grayscale: #878787. Windows color (decimal): -11688820 or 9217101. OLE color: 9217101.
HSL color Cylindrical-coordinate representation of color #4DA48C: hue angle of 163.45º degrees, saturation: 0.36, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4DA48C is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 140 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.36 |
| HSL | 163.45º | 0.36% | 0.47% | - |
| HSV(B) | 163.45º | 0.53% | 0.64% | - |
| XYZ | 21.07 | 30.02 | 29.5 | - |
| YUV | 135.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 140 | 0.53 | 0 | 0.15 | 0.36 | 163.45 | 0.36 | 0.47 |
| Hex | 4D | A4 | 8C | 35 | 0 | F | 24 | A3 | 24 | 2F |
| Octal | 115 | 244 | 214 | 65 | 0 | 17 | 44 | 243 | 44 | 57 |
| Binary | 1001101 | 10100100 | 10001100 | 110101 | 0 | 1111 | 100100 | 10100011 | 100100 | 101111 |
Color Harmonies of #4DA48C
Complementary color
Monochromatic Colors of #4DA48C
Black with #4DA48C
Text Example
Text Example
White with #4DA48C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA48C; }
p { color: rgb(77,164,140); }
H1.HeaderClassName
{
color: #4DA48C;
}
.AnyTagClassName
{
color: #4DA48C;
}
</style>
background-color css
<style>
a { background-color: #4DA48C; }
a { background-color: rgb(77,164,140); }
div.DivClassName
{
background-color: #4DA48C;
}
.BgClassName
{
background-color: #4DA48C;
}
</style>
border-color css
<style>
span { border-color: #4DA48C; }
span { border-color: rgb(77,164,140); }
td.TdClassName
{
border-color: #4DA48C;
}
.TagClassName
{
border-color: #4DA48C;
}
</style>