Shades of Gossamer #4CAA8D
Tints of Gossamer #4CAA8D
RGB
CMYK
RGB Variations
Color information
#4CAA8D (or 0x4CAA8D) is known color: Gossamer. HEX triplet: 4C, AA and 8D. RGB value is (76,170,141). Sum of RGB (Red+Green+Blue) = 76+170+141=387 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.64% from 387); Green value is 170 (66.80% from 255 or 43.93% from 387); Blue value is 141 (55.47% from 255 or 36.43% from 387); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8D is #B35572. Grayscale: #8A8A8A. Windows color (decimal): -11752819 or 9284172. OLE color: 9284172.
HSL color Cylindrical-coordinate representation of color #4CAA8D: hue angle of 161.49º 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 #4CAA8D is Cyan = 0.55, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 141 | - |
| CMYK | 0.55 | 0 | 0.17 | 0.33 |
| HSL | 161.49º | 0.38% | 0.48% | - |
| HSV(B) | 161.49º | 0.55% | 0.67% | - |
| XYZ | 22.16 | 32.21 | 30.25 | - |
| YUV | 138.59 | 129.36 | 83.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 141 | 0.55 | 0 | 0.17 | 0.33 | 161.49 | 0.38 | 0.48 |
| Hex | 4C | AA | 8D | 37 | 0 | 11 | 21 | A1 | 26 | 30 |
| Octal | 114 | 252 | 215 | 67 | 0 | 21 | 41 | 241 | 46 | 60 |
| Binary | 1001100 | 10101010 | 10001101 | 110111 | 0 | 10001 | 100001 | 10100001 | 100110 | 110000 |
Color Harmonies of #4CAA8D
Complementary color
Monochromatic Colors of #4CAA8D
Black with #4CAA8D
Text Example
Text Example
White with #4CAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA8D; }
p { color: rgb(76,170,141); }
H1.HeaderClassName
{
color: #4CAA8D;
}
.AnyTagClassName
{
color: #4CAA8D;
}
</style>
background-color css
<style>
a { background-color: #4CAA8D; }
a { background-color: rgb(76,170,141); }
div.DivClassName
{
background-color: #4CAA8D;
}
.BgClassName
{
background-color: #4CAA8D;
}
</style>
border-color css
<style>
span { border-color: #4CAA8D; }
span { border-color: rgb(76,170,141); }
td.TdClassName
{
border-color: #4CAA8D;
}
.TagClassName
{
border-color: #4CAA8D;
}
</style>