Shades of Keppel #49BC8C
Tints of Keppel #49BC8C
RGB
CMYK
RGB Variations
Color information
#49BC8C (or 0x49BC8C) is known color: Keppel. HEX triplet: 49, BC and 8C. RGB value is (73,188,140). Sum of RGB (Red+Green+Blue) = 73+188+140=401 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.20% from 401); Green value is 188 (73.83% from 255 or 46.88% from 401); Blue value is 140 (55.08% from 255 or 34.91% from 401); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC8C is #B64373. Grayscale: #949494. Windows color (decimal): -11944820 or 9223241. OLE color: 9223241.
HSL color Cylindrical-coordinate representation of color #49BC8C: hue angle of 154.96º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BC8C is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 140 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.26 |
| HSL | 154.96º | 0.46% | 0.51% | - |
| HSV(B) | 154.96º | 0.61% | 0.74% | - |
| XYZ | 25.46 | 39.28 | 31.05 | - |
| YUV | 148.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 140 | 0.61 | 0 | 0.26 | 0.26 | 154.96 | 0.46 | 0.51 |
| Hex | 49 | BC | 8C | 3D | 0 | 1A | 1A | 9B | 2E | 33 |
| Octal | 111 | 274 | 214 | 75 | 0 | 32 | 32 | 233 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10001100 | 111101 | 0 | 11010 | 11010 | 10011011 | 101110 | 110011 |
Color Harmonies of #49BC8C
Complementary color
Monochromatic Colors of #49BC8C
Black with #49BC8C
Text Example
Text Example
White with #49BC8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC8C; }
p { color: rgb(73,188,140); }
H1.HeaderClassName
{
color: #49BC8C;
}
.AnyTagClassName
{
color: #49BC8C;
}
</style>
background-color css
<style>
a { background-color: #49BC8C; }
a { background-color: rgb(73,188,140); }
div.DivClassName
{
background-color: #49BC8C;
}
.BgClassName
{
background-color: #49BC8C;
}
</style>
border-color css
<style>
span { border-color: #49BC8C; }
span { border-color: rgb(73,188,140); }
td.TdClassName
{
border-color: #49BC8C;
}
.TagClassName
{
border-color: #49BC8C;
}
</style>