Shades of Gossamer #4CAA8E
Tints of Gossamer #4CAA8E
RGB
CMYK
RGB Variations
Color information
#4CAA8E (or 0x4CAA8E) is known color: Gossamer. HEX triplet: 4C, AA and 8E. RGB value is (76,170,142). Sum of RGB (Red+Green+Blue) = 76+170+142=388 (51% of max value = 765). Red value is 76 (30.08% from 255 or 19.59% from 388); Green value is 170 (66.80% from 255 or 43.81% from 388); Blue value is 142 (55.86% from 255 or 36.60% from 388); Max value from RGB is 170 - color contains mainly: green. Hex color #4CAA8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAA8E is #B35571. Grayscale: #8A8A8A. Windows color (decimal): -11752818 or 9349708. OLE color: 9349708.
HSL color Cylindrical-coordinate representation of color #4CAA8E: hue angle of 162.13º 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 #4CAA8E is Cyan = 0.55, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 170 | 142 | - |
| CMYK | 0.55 | 0 | 0.16 | 0.33 |
| HSL | 162.13º | 0.38% | 0.48% | - |
| HSV(B) | 162.13º | 0.55% | 0.67% | - |
| XYZ | 22.24 | 32.24 | 30.64 | - |
| YUV | 138.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 170 | 142 | 0.55 | 0 | 0.16 | 0.33 | 162.13 | 0.38 | 0.48 |
| Hex | 4C | AA | 8E | 37 | 0 | 10 | 21 | A2 | 26 | 30 |
| Octal | 114 | 252 | 216 | 67 | 0 | 20 | 41 | 242 | 46 | 60 |
| Binary | 1001100 | 10101010 | 10001110 | 110111 | 0 | 10000 | 100001 | 10100010 | 100110 | 110000 |
Color Harmonies of #4CAA8E
Complementary color
Monochromatic Colors of #4CAA8E
Black with #4CAA8E
Text Example
Text Example
White with #4CAA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAA8E; }
p { color: rgb(76,170,142); }
H1.HeaderClassName
{
color: #4CAA8E;
}
.AnyTagClassName
{
color: #4CAA8E;
}
</style>
background-color css
<style>
a { background-color: #4CAA8E; }
a { background-color: rgb(76,170,142); }
div.DivClassName
{
background-color: #4CAA8E;
}
.BgClassName
{
background-color: #4CAA8E;
}
</style>
border-color css
<style>
span { border-color: #4CAA8E; }
span { border-color: rgb(76,170,142); }
td.TdClassName
{
border-color: #4CAA8E;
}
.TagClassName
{
border-color: #4CAA8E;
}
</style>