Shades of Gossamer #4DA48A
Tints of Gossamer #4DA48A
RGB
CMYK
RGB Variations
Color information
#4DA48A (or 0x4DA48A) is known color: Gossamer. HEX triplet: 4D, A4 and 8A. RGB value is (77,164,138). Sum of RGB (Red+Green+Blue) = 77+164+138=379 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.32% from 379); Green value is 164 (64.45% from 255 or 43.27% from 379); Blue value is 138 (54.30% from 255 or 36.41% from 379); Max value from RGB is 164 - color contains mainly: green. Hex color #4DA48A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DA48A is #B25B75. Grayscale: #878787. Windows color (decimal): -11688822 or 9086029. OLE color: 9086029.
HSL color Cylindrical-coordinate representation of color #4DA48A: hue angle of 162.07º 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 #4DA48A is Cyan = 0.53, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 77 | 164 | 138 | - |
| CMYK | 0.53 | 0 | 0.16 | 0.36 |
| HSL | 162.07º | 0.36% | 0.47% | - |
| HSV(B) | 162.07º | 0.53% | 0.64% | - |
| XYZ | 20.92 | 29.96 | 28.73 | - |
| YUV | 135.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 164 | 138 | 0.53 | 0 | 0.16 | 0.36 | 162.07 | 0.36 | 0.47 |
| Hex | 4D | A4 | 8A | 35 | 0 | 10 | 24 | A2 | 24 | 2F |
| Octal | 115 | 244 | 212 | 65 | 0 | 20 | 44 | 242 | 44 | 57 |
| Binary | 1001101 | 10100100 | 10001010 | 110101 | 0 | 10000 | 100100 | 10100010 | 100100 | 101111 |
Color Harmonies of #4DA48A
Complementary color
Monochromatic Colors of #4DA48A
Black with #4DA48A
Text Example
Text Example
White with #4DA48A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DA48A; }
p { color: rgb(77,164,138); }
H1.HeaderClassName
{
color: #4DA48A;
}
.AnyTagClassName
{
color: #4DA48A;
}
</style>
background-color css
<style>
a { background-color: #4DA48A; }
a { background-color: rgb(77,164,138); }
div.DivClassName
{
background-color: #4DA48A;
}
.BgClassName
{
background-color: #4DA48A;
}
</style>
border-color css
<style>
span { border-color: #4DA48A; }
span { border-color: rgb(77,164,138); }
td.TdClassName
{
border-color: #4DA48A;
}
.TagClassName
{
border-color: #4DA48A;
}
</style>