Shades of Gossamer #4BAA8D
Tints of Gossamer #4BAA8D
RGB
CMYK
RGB Variations
Color information
#4BAA8D (or 0x4BAA8D) is known color: Gossamer. HEX triplet: 4B, AA and 8D. RGB value is (75,170,141). Sum of RGB (Red+Green+Blue) = 75+170+141=386 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.43% from 386); Green value is 170 (66.80% from 255 or 44.04% from 386); Blue value is 141 (55.47% from 255 or 36.53% from 386); Max value from RGB is 170 - color contains mainly: green. Hex color #4BAA8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAA8D is #B45572. Grayscale: #8A8A8A. Windows color (decimal): -11818355 or 9284171. OLE color: 9284171.
HSL color Cylindrical-coordinate representation of color #4BAA8D: hue angle of 161.68º 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 #4BAA8D is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 170 | 141 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.33 |
| HSL | 161.68º | 0.39% | 0.48% | - |
| HSV(B) | 161.68º | 0.56% | 0.67% | - |
| XYZ | 22.08 | 32.17 | 30.24 | - |
| YUV | 138.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 170 | 141 | 0.56 | 0 | 0.17 | 0.33 | 161.68 | 0.39 | 0.48 |
| Hex | 4B | AA | 8D | 38 | 0 | 11 | 21 | A2 | 27 | 30 |
| Octal | 113 | 252 | 215 | 70 | 0 | 21 | 41 | 242 | 47 | 60 |
| Binary | 1001011 | 10101010 | 10001101 | 111000 | 0 | 10001 | 100001 | 10100010 | 100111 | 110000 |
Color Harmonies of #4BAA8D
Complementary color
Monochromatic Colors of #4BAA8D
Black with #4BAA8D
Text Example
Text Example
White with #4BAA8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAA8D; }
p { color: rgb(75,170,141); }
H1.HeaderClassName
{
color: #4BAA8D;
}
.AnyTagClassName
{
color: #4BAA8D;
}
</style>
background-color css
<style>
a { background-color: #4BAA8D; }
a { background-color: rgb(75,170,141); }
div.DivClassName
{
background-color: #4BAA8D;
}
.BgClassName
{
background-color: #4BAA8D;
}
</style>
border-color css
<style>
span { border-color: #4BAA8D; }
span { border-color: rgb(75,170,141); }
td.TdClassName
{
border-color: #4BAA8D;
}
.TagClassName
{
border-color: #4BAA8D;
}
</style>