Shades of Gossamer #4BA08C
Tints of Gossamer #4BA08C
RGB
CMYK
RGB Variations
Color information
#4BA08C (or 0x4BA08C) is known color: Gossamer. HEX triplet: 4B, A0 and 8C. RGB value is (75,160,140). Sum of RGB (Red+Green+Blue) = 75+160+140=375 (49% of max value = 765). Red value is 75 (29.69% from 255 or 20% from 375); Green value is 160 (62.89% from 255 or 42.67% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 160 - color contains mainly: green. Hex color #4BA08C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA08C is #B45F73. Grayscale: #848484. Windows color (decimal): -11820916 or 9216075. OLE color: 9216075.
HSL color Cylindrical-coordinate representation of color #4BA08C: hue angle of 165.88º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4BA08C is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 75 | 160 | 140 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.37 |
| HSL | 165.88º | 0.36% | 0.46% | - |
| HSV(B) | 165.88º | 0.53% | 0.63% | - |
| XYZ | 20.21 | 28.53 | 29.25 | - |
| YUV | 132.31 | 132.34 | 87.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 160 | 140 | 0.53 | 0 | 0.12 | 0.37 | 165.88 | 0.36 | 0.46 |
| Hex | 4B | A0 | 8C | 35 | 0 | C | 25 | A6 | 24 | 2E |
| Octal | 113 | 240 | 214 | 65 | 0 | 14 | 45 | 246 | 44 | 56 |
| Binary | 1001011 | 10100000 | 10001100 | 110101 | 0 | 1100 | 100101 | 10100110 | 100100 | 101110 |
Color Harmonies of #4BA08C
Complementary color
Monochromatic Colors of #4BA08C
Black with #4BA08C
Text Example
Text Example
White with #4BA08C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA08C; }
p { color: rgb(75,160,140); }
H1.HeaderClassName
{
color: #4BA08C;
}
.AnyTagClassName
{
color: #4BA08C;
}
</style>
background-color css
<style>
a { background-color: #4BA08C; }
a { background-color: rgb(75,160,140); }
div.DivClassName
{
background-color: #4BA08C;
}
.BgClassName
{
background-color: #4BA08C;
}
</style>
border-color css
<style>
span { border-color: #4BA08C; }
span { border-color: rgb(75,160,140); }
td.TdClassName
{
border-color: #4BA08C;
}
.TagClassName
{
border-color: #4BA08C;
}
</style>