Shades of Gossamer #4BA38F
Tints of Gossamer #4BA38F
RGB
CMYK
RGB Variations
Color information
#4BA38F (or 0x4BA38F) is known color: Gossamer. HEX triplet: 4B, A3 and 8F. RGB value is (75,163,143). Sum of RGB (Red+Green+Blue) = 75+163+143=381 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.69% from 381); Green value is 163 (64.06% from 255 or 42.78% from 381); Blue value is 143 (56.25% from 255 or 37.53% from 381); Max value from RGB is 163 - color contains mainly: green. Hex color #4BA38F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA38F is #B45C70. Grayscale: #868686. Windows color (decimal): -11820145 or 9413451. OLE color: 9413451.
HSL color Cylindrical-coordinate representation of color #4BA38F: hue angle of 166.36º degrees, saturation: 0.37, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #4BA38F is Cyan = 0.54, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 75 | 163 | 143 | - |
| CMYK | 0.54 | 0 | 0.12 | 0.36 |
| HSL | 166.36º | 0.37% | 0.47% | - |
| HSV(B) | 166.36º | 0.54% | 0.64% | - |
| XYZ | 20.96 | 29.67 | 30.61 | - |
| YUV | 134.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 163 | 143 | 0.54 | 0 | 0.12 | 0.36 | 166.36 | 0.37 | 0.47 |
| Hex | 4B | A3 | 8F | 36 | 0 | C | 24 | A6 | 25 | 2F |
| Octal | 113 | 243 | 217 | 66 | 0 | 14 | 44 | 246 | 45 | 57 |
| Binary | 1001011 | 10100011 | 10001111 | 110110 | 0 | 1100 | 100100 | 10100110 | 100101 | 101111 |
Color Harmonies of #4BA38F
Complementary color
Monochromatic Colors of #4BA38F
Black with #4BA38F
Text Example
Text Example
White with #4BA38F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA38F; }
p { color: rgb(75,163,143); }
H1.HeaderClassName
{
color: #4BA38F;
}
.AnyTagClassName
{
color: #4BA38F;
}
</style>
background-color css
<style>
a { background-color: #4BA38F; }
a { background-color: rgb(75,163,143); }
div.DivClassName
{
background-color: #4BA38F;
}
.BgClassName
{
background-color: #4BA38F;
}
</style>
border-color css
<style>
span { border-color: #4BA38F; }
span { border-color: rgb(75,163,143); }
td.TdClassName
{
border-color: #4BA38F;
}
.TagClassName
{
border-color: #4BA38F;
}
</style>