Shades of Gossamer #4AA08E
Tints of Gossamer #4AA08E
RGB
CMYK
RGB Variations
Color information
#4AA08E (or 0x4AA08E) is known color: Gossamer. HEX triplet: 4A, A0 and 8E. RGB value is (74,160,142). Sum of RGB (Red+Green+Blue) = 74+160+142=376 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.68% from 376); Green value is 160 (62.89% from 255 or 42.55% from 376); Blue value is 142 (55.86% from 255 or 37.77% from 376); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA08E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA08E is #B55F71. Grayscale: #848484. Windows color (decimal): -11886450 or 9347146. OLE color: 9347146.
HSL color Cylindrical-coordinate representation of color #4AA08E: hue angle of 167.44º degrees, saturation: 0.37, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4AA08E is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 142 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.37 |
| HSL | 167.44º | 0.37% | 0.46% | - |
| HSV(B) | 167.44º | 0.54% | 0.63% | - |
| XYZ | 20.28 | 28.55 | 30.03 | - |
| YUV | 132.23 | 133.51 | 86.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 142 | 0.54 | 0 | 0.11 | 0.37 | 167.44 | 0.37 | 0.46 |
| Hex | 4A | A0 | 8E | 36 | 0 | B | 25 | A7 | 25 | 2E |
| Octal | 112 | 240 | 216 | 66 | 0 | 13 | 45 | 247 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10001110 | 110110 | 0 | 1011 | 100101 | 10100111 | 100101 | 101110 |
Color Harmonies of #4AA08E
Complementary color
Monochromatic Colors of #4AA08E
Black with #4AA08E
Text Example
Text Example
White with #4AA08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA08E; }
p { color: rgb(74,160,142); }
H1.HeaderClassName
{
color: #4AA08E;
}
.AnyTagClassName
{
color: #4AA08E;
}
</style>
background-color css
<style>
a { background-color: #4AA08E; }
a { background-color: rgb(74,160,142); }
div.DivClassName
{
background-color: #4AA08E;
}
.BgClassName
{
background-color: #4AA08E;
}
</style>
border-color css
<style>
span { border-color: #4AA08E; }
span { border-color: rgb(74,160,142); }
td.TdClassName
{
border-color: #4AA08E;
}
.TagClassName
{
border-color: #4AA08E;
}
</style>