Shades of Gossamer #4AA08C
Tints of Gossamer #4AA08C
RGB
CMYK
RGB Variations
Color information
#4AA08C (or 0x4AA08C) is known color: Gossamer. HEX triplet: 4A, A0 and 8C. RGB value is (74,160,140). Sum of RGB (Red+Green+Blue) = 74+160+140=374 (49% of max value = 765). Red value is 74 (29.30% from 255 or 19.79% from 374); Green value is 160 (62.89% from 255 or 42.78% from 374); Blue value is 140 (55.08% from 255 or 37.43% from 374); Max value from RGB is 160 - color contains mainly: green. Hex color #4AA08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AA08C is #B55F73. Grayscale: #848484. Windows color (decimal): -11886452 or 9216074. OLE color: 9216074.
HSL color Cylindrical-coordinate representation of color #4AA08C: hue angle of 166.05º 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 #4AA08C is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 74 | 160 | 140 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.37 |
| HSL | 166.05º | 0.37% | 0.46% | - |
| HSV(B) | 166.05º | 0.54% | 0.63% | - |
| XYZ | 20.13 | 28.49 | 29.25 | - |
| YUV | 132.01 | 132.51 | 86.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 160 | 140 | 0.54 | 0 | 0.12 | 0.37 | 166.05 | 0.37 | 0.46 |
| Hex | 4A | A0 | 8C | 36 | 0 | C | 25 | A6 | 25 | 2E |
| Octal | 112 | 240 | 214 | 66 | 0 | 14 | 45 | 246 | 45 | 56 |
| Binary | 1001010 | 10100000 | 10001100 | 110110 | 0 | 1100 | 100101 | 10100110 | 100101 | 101110 |
Color Harmonies of #4AA08C
Complementary color
Monochromatic Colors of #4AA08C
Black with #4AA08C
Text Example
Text Example
White with #4AA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AA08C; }
p { color: rgb(74,160,140); }
H1.HeaderClassName
{
color: #4AA08C;
}
.AnyTagClassName
{
color: #4AA08C;
}
</style>
background-color css
<style>
a { background-color: #4AA08C; }
a { background-color: rgb(74,160,140); }
div.DivClassName
{
background-color: #4AA08C;
}
.BgClassName
{
background-color: #4AA08C;
}
</style>
border-color css
<style>
span { border-color: #4AA08C; }
span { border-color: rgb(74,160,140); }
td.TdClassName
{
border-color: #4AA08C;
}
.TagClassName
{
border-color: #4AA08C;
}
</style>