Shades of Gossamer #4AB08C
Tints of Gossamer #4AB08C
RGB
CMYK
RGB Variations
Color information
#4AB08C (or 0x4AB08C) is known color: Gossamer. HEX triplet: 4A, B0 and 8C. RGB value is (74,176,140). Sum of RGB (Red+Green+Blue) = 74+176+140=390 (51% of max value = 765). Red value is 74 (29.30% from 255 or 18.97% from 390); Green value is 176 (69.14% from 255 or 45.13% from 390); Blue value is 140 (55.08% from 255 or 35.90% from 390); Max value from RGB is 176 - color contains mainly: green. Hex color #4AB08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AB08C is #B54F73. Grayscale: #8D8D8D. Windows color (decimal): -11882356 or 9220170. OLE color: 9220170.
HSL color Cylindrical-coordinate representation of color #4AB08C: hue angle of 158.82º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4AB08C is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 74 | 176 | 140 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.31 |
| HSL | 158.82º | 0.41% | 0.49% | - |
| HSV(B) | 158.82º | 0.58% | 0.69% | - |
| XYZ | 23.08 | 34.4 | 30.23 | - |
| YUV | 141.4 | 127.21 | 79.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 176 | 140 | 0.58 | 0 | 0.20 | 0.31 | 158.82 | 0.41 | 0.49 |
| Hex | 4A | B0 | 8C | 3A | 0 | 14 | 1F | 9F | 29 | 31 |
| Octal | 112 | 260 | 214 | 72 | 0 | 24 | 37 | 237 | 51 | 61 |
| Binary | 1001010 | 10110000 | 10001100 | 111010 | 0 | 10100 | 11111 | 10011111 | 101001 | 110001 |
Color Harmonies of #4AB08C
Complementary color
Monochromatic Colors of #4AB08C
Black with #4AB08C
Text Example
Text Example
White with #4AB08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AB08C; }
p { color: rgb(74,176,140); }
H1.HeaderClassName
{
color: #4AB08C;
}
.AnyTagClassName
{
color: #4AB08C;
}
</style>
background-color css
<style>
a { background-color: #4AB08C; }
a { background-color: rgb(74,176,140); }
div.DivClassName
{
background-color: #4AB08C;
}
.BgClassName
{
background-color: #4AB08C;
}
</style>
border-color css
<style>
span { border-color: #4AB08C; }
span { border-color: rgb(74,176,140); }
td.TdClassName
{
border-color: #4AB08C;
}
.TagClassName
{
border-color: #4AB08C;
}
</style>