Shades of Gossamer #4BA88F
Tints of Gossamer #4BA88F
RGB
CMYK
RGB Variations
Color information
#4BA88F (or 0x4BA88F) is known color: Gossamer. HEX triplet: 4B, A8 and 8F. RGB value is (75,168,143). Sum of RGB (Red+Green+Blue) = 75+168+143=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 168 (66.02% from 255 or 43.52% from 386); Blue value is 143 (56.25% from 255 or 37.05% from 386); Max value from RGB is 168 - color contains mainly: green. Hex color #4BA88F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BA88F is #B45770. Grayscale: #898989. Windows color (decimal): -11818865 or 9414731. OLE color: 9414731.
HSL color Cylindrical-coordinate representation of color #4BA88F: hue angle of 163.87º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #4BA88F is Cyan = 0.55, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 75 | 168 | 143 | - |
| CMYK | 0.55 | 0 | 0.15 | 0.34 |
| HSL | 163.87º | 0.38% | 0.48% | - |
| HSV(B) | 163.87º | 0.55% | 0.66% | - |
| XYZ | 21.86 | 31.48 | 30.91 | - |
| YUV | 137.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 168 | 143 | 0.55 | 0 | 0.15 | 0.34 | 163.87 | 0.38 | 0.48 |
| Hex | 4B | A8 | 8F | 37 | 0 | F | 22 | A4 | 26 | 30 |
| Octal | 113 | 250 | 217 | 67 | 0 | 17 | 42 | 244 | 46 | 60 |
| Binary | 1001011 | 10101000 | 10001111 | 110111 | 0 | 1111 | 100010 | 10100100 | 100110 | 110000 |
Color Harmonies of #4BA88F
Complementary color
Monochromatic Colors of #4BA88F
Black with #4BA88F
Text Example
Text Example
White with #4BA88F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BA88F; }
p { color: rgb(75,168,143); }
H1.HeaderClassName
{
color: #4BA88F;
}
.AnyTagClassName
{
color: #4BA88F;
}
</style>
background-color css
<style>
a { background-color: #4BA88F; }
a { background-color: rgb(75,168,143); }
div.DivClassName
{
background-color: #4BA88F;
}
.BgClassName
{
background-color: #4BA88F;
}
</style>
border-color css
<style>
span { border-color: #4BA88F; }
span { border-color: rgb(75,168,143); }
td.TdClassName
{
border-color: #4BA88F;
}
.TagClassName
{
border-color: #4BA88F;
}
</style>