Shades of Gossamer #4BAC8E
Tints of Gossamer #4BAC8E
RGB
CMYK
RGB Variations
Color information
#4BAC8E (or 0x4BAC8E) is known color: Gossamer. HEX triplet: 4B, AC and 8E. RGB value is (75,172,142). Sum of RGB (Red+Green+Blue) = 75+172+142=389 (51% of max value = 765). Red value is 75 (29.69% from 255 or 19.28% from 389); Green value is 172 (67.58% from 255 or 44.22% from 389); Blue value is 142 (55.86% from 255 or 36.50% from 389); Max value from RGB is 172 - color contains mainly: green. Hex color #4BAC8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BAC8E is #B45371. Grayscale: #8B8B8B. Windows color (decimal): -11817842 or 9350219. OLE color: 9350219.
HSL color Cylindrical-coordinate representation of color #4BAC8E: hue angle of 161.44º 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 #4BAC8E is Cyan = 0.56, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 75 | 172 | 142 | - |
| CMYK | 0.56 | 0 | 0.17 | 0.33 |
| HSL | 161.44º | 0.39% | 0.48% | - |
| HSV(B) | 161.44º | 0.56% | 0.67% | - |
| XYZ | 22.54 | 32.95 | 30.76 | - |
| YUV | 139.58 | 129.36 | 81.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 172 | 142 | 0.56 | 0 | 0.17 | 0.33 | 161.44 | 0.39 | 0.48 |
| Hex | 4B | AC | 8E | 38 | 0 | 11 | 21 | A1 | 27 | 30 |
| Octal | 113 | 254 | 216 | 70 | 0 | 21 | 41 | 241 | 47 | 60 |
| Binary | 1001011 | 10101100 | 10001110 | 111000 | 0 | 10001 | 100001 | 10100001 | 100111 | 110000 |
Color Harmonies of #4BAC8E
Complementary color
Monochromatic Colors of #4BAC8E
Black with #4BAC8E
Text Example
Text Example
White with #4BAC8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BAC8E; }
p { color: rgb(75,172,142); }
H1.HeaderClassName
{
color: #4BAC8E;
}
.AnyTagClassName
{
color: #4BAC8E;
}
</style>
background-color css
<style>
a { background-color: #4BAC8E; }
a { background-color: rgb(75,172,142); }
div.DivClassName
{
background-color: #4BAC8E;
}
.BgClassName
{
background-color: #4BAC8E;
}
</style>
border-color css
<style>
span { border-color: #4BAC8E; }
span { border-color: rgb(75,172,142); }
td.TdClassName
{
border-color: #4BAC8E;
}
.TagClassName
{
border-color: #4BAC8E;
}
</style>