Shades of Gossamer #4AA08F
Tints of Gossamer #4AA08F
RGB
CMYK
RGB Variations
Color information
#4AA08F (or 0x4AA08F) is known color: Gossamer. HEX triplet: 4A, A0 and 8F. RGB value is (74,160,143). Sum of RGB (Red+Green+Blue) = 74+160+143=377 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.63% from 377); Green value is 160 (62.89% from 255 or 42.44% from 377); Blue value is 143 (56.25% from 255 or 37.93% from 377); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA08F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA08F is #B55F70. Grayscale: #848484. Windows color (decimal): -11886449 or 9412682. OLE color: 9412682.
HSL color Cylindrical-coordinate representation of color #4AA08F: hue angle of 168.14º 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 #4AA08F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 143 | - |
| CMYK | 0.54 | 0 | 0.11 | 0.37 |
| HSL | 168.14º | 0.37% | 0.46% | - |
| HSV(B) | 168.14º | 0.54% | 0.63% | - |
| XYZ | 20.35 | 28.58 | 30.43 | - |
| YUV | 132.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 143 | 0.54 | 0 | 0.11 | 0.37 | 168.14 | 0.37 | 0.46 |
| Hex | 4A | A0 | 8F | 36 | 0 | B | 25 | A8 | 25 | 2E |
| Octal | 112 | 240 | 217 | 66 | 0 | 13 | 45 | 250 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10001111 | 110110 | 0 | 1011 | 100101 | 10101000 | 100101 | 101110 |
Color Harmonies of #4AA08F
Complementary color
Monochromatic Colors of #4AA08F
Black with #4AA08F
Text Example
Text Example
White with #4AA08F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA08F; }
p { color: rgb(74,160,143); }
H1.HeaderClassName
{
color: #4AA08F;
}
.AnyTagClassName
{
color: #4AA08F;
}
</style>
background-color css
<style>
a { background-color: #4AA08F; }
a { background-color: rgb(74,160,143); }
div.DivClassName
{
background-color: #4AA08F;
}
.BgClassName
{
background-color: #4AA08F;
}
</style>
border-color css
<style>
span { border-color: #4AA08F; }
span { border-color: rgb(74,160,143); }
td.TdClassName
{
border-color: #4AA08F;
}
.TagClassName
{
border-color: #4AA08F;
}
</style>