Shades of Gossamer #4DAA88
Tints of Gossamer #4DAA88
RGB
CMYK
RGB Variations
Color information
#4DAA88 (or 0x4DAA88) is known color: Gossamer. HEX triplet: 4D, AA and 88. RGB value is (77,170,136). Sum of RGB (Red+Green+Blue) = 77+170+136=383 (50% of max value = 765). Red value is 77 (30.47% from 255 or 20.10% from 383); Green value is 170 (66.80% from 255 or 44.39% from 383); Blue value is 136 (53.52% from 255 or 35.51% from 383); Max value from RGB is 170 - color contains mainly: green. Hex color #4DAA88 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #4DAA88 is #B25577. Grayscale: #8A8A8A. Windows color (decimal): -11687288 or 8956493. OLE color: 8956493.
HSL color Cylindrical-coordinate representation of color #4DAA88: hue angle of 158.06º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4DAA88 is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 77 | 170 | 136 | - |
| CMYK | 0.55 | 0 | 0.20 | 0.33 |
| HSL | 158.06º | 0.38% | 0.48% | - |
| HSV(B) | 158.06º | 0.55% | 0.67% | - |
| XYZ | 21.88 | 32.1 | 28.34 | - |
| YUV | 138.32 | 126.69 | 84.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 170 | 136 | 0.55 | 0 | 0.20 | 0.33 | 158.06 | 0.38 | 0.48 |
| Hex | 4D | AA | 88 | 37 | 0 | 14 | 21 | 9E | 26 | 30 |
| Octal | 115 | 252 | 210 | 67 | 0 | 24 | 41 | 236 | 46 | 60 |
| Binary | 1001101 | 10101010 | 10001000 | 110111 | 0 | 10100 | 100001 | 10011110 | 100110 | 110000 |
Color Harmonies of #4DAA88
Complementary color
Monochromatic Colors of #4DAA88
Black with #4DAA88
Text Example
Text Example
White with #4DAA88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DAA88; }
p { color: rgb(77,170,136); }
H1.HeaderClassName
{
color: #4DAA88;
}
.AnyTagClassName
{
color: #4DAA88;
}
</style>
background-color css
<style>
a { background-color: #4DAA88; }
a { background-color: rgb(77,170,136); }
div.DivClassName
{
background-color: #4DAA88;
}
.BgClassName
{
background-color: #4DAA88;
}
</style>
border-color css
<style>
span { border-color: #4DAA88; }
span { border-color: rgb(77,170,136); }
td.TdClassName
{
border-color: #4DAA88;
}
.TagClassName
{
border-color: #4DAA88;
}
</style>