Shades of Gossamer #4BAB8B
Tints of Gossamer #4BAB8B
RGB
CMYK
RGB Variations
Color information
#4BAB8B (or 0x4BAB8B) is known color: Gossamer. HEX triplet: 4B, AB and 8B. RGB value is (75,171,139). Sum of RGB (Red+Green+Blue) = 75+171+139=385 (50% of max value = 765). Red value is 75 (29.69% from 255 or 19.48% from 385); Green value is 171 (67.19% from 255 or 44.42% from 385); Blue value is 139 (54.69% from 255 or 36.10% from 385); Max value from RGB is 171 - color contains mainly: green. Hex color #4BAB8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAB8B is #B45474. Grayscale: #8A8A8A. Windows color (decimal): -11818101 or 9153355. OLE color: 9153355.
HSL color Cylindrical-coordinate representation of color #4BAB8B: hue angle of 160º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4BAB8B is Cyan = 0.56, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 171 | 139 | - |
| CMYK | 0.56 | 0 | 0.19 | 0.33 |
| HSL | 160º | 0.39% | 0.48% | - |
| HSV(B) | 160º | 0.56% | 0.67% | - |
| XYZ | 22.12 | 32.49 | 29.53 | - |
| YUV | 138.65 | 128.2 | 82.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 171 | 139 | 0.56 | 0 | 0.19 | 0.33 | 160 | 0.39 | 0.48 |
| Hex | 4B | AB | 8B | 38 | 0 | 13 | 21 | A0 | 27 | 30 |
| Octal | 113 | 253 | 213 | 70 | 0 | 23 | 41 | 240 | 47 | 60 |
| Binary | 1001011 | 10101011 | 10001011 | 111000 | 0 | 10011 | 100001 | 10100000 | 100111 | 110000 |
Color Harmonies of #4BAB8B
Complementary color
Monochromatic Colors of #4BAB8B
Black with #4BAB8B
Text Example
Text Example
White with #4BAB8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAB8B; }
p { color: rgb(75,171,139); }
H1.HeaderClassName
{
color: #4BAB8B;
}
.AnyTagClassName
{
color: #4BAB8B;
}
</style>
background-color css
<style>
a { background-color: #4BAB8B; }
a { background-color: rgb(75,171,139); }
div.DivClassName
{
background-color: #4BAB8B;
}
.BgClassName
{
background-color: #4BAB8B;
}
</style>
border-color css
<style>
span { border-color: #4BAB8B; }
span { border-color: rgb(75,171,139); }
td.TdClassName
{
border-color: #4BAB8B;
}
.TagClassName
{
border-color: #4BAB8B;
}
</style>