Shades of Keppel #49BA8A
Tints of Keppel #49BA8A
RGB
CMYK
RGB Variations
Color information
#49BA8A (or 0x49BA8A) is known color: Keppel. HEX triplet: 49, BA and 8A. RGB value is (73,186,138). Sum of RGB (Red+Green+Blue) = 73+186+138=397 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.39% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 138 (54.30% from 255 or 34.76% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #49BA8A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BA8A is #B64575. Grayscale: #929292. Windows color (decimal): -11945334 or 9091657. OLE color: 9091657.
HSL color Cylindrical-coordinate representation of color #49BA8A: hue angle of 154.51º degrees, saturation: 0.45, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #49BA8A is Cyan = 0.61, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 186 | 138 | - |
| CMYK | 0.61 | 0 | 0.26 | 0.27 |
| HSL | 154.51º | 0.45% | 0.51% | - |
| HSV(B) | 154.51º | 0.61% | 0.73% | - |
| XYZ | 24.89 | 38.37 | 30.14 | - |
| YUV | 146.74 | 123.06 | 75.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 186 | 138 | 0.61 | 0 | 0.26 | 0.27 | 154.51 | 0.45 | 0.51 |
| Hex | 49 | BA | 8A | 3D | 0 | 1A | 1B | 9B | 2D | 33 |
| Octal | 111 | 272 | 212 | 75 | 0 | 32 | 33 | 233 | 55 | 63 |
| Binary | 1001001 | 10111010 | 10001010 | 111101 | 0 | 11010 | 11011 | 10011011 | 101101 | 110011 |
Color Harmonies of #49BA8A
Complementary color
Monochromatic Colors of #49BA8A
Black with #49BA8A
Text Example
Text Example
White with #49BA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BA8A; }
p { color: rgb(73,186,138); }
H1.HeaderClassName
{
color: #49BA8A;
}
.AnyTagClassName
{
color: #49BA8A;
}
</style>
background-color css
<style>
a { background-color: #49BA8A; }
a { background-color: rgb(73,186,138); }
div.DivClassName
{
background-color: #49BA8A;
}
.BgClassName
{
background-color: #49BA8A;
}
</style>
border-color css
<style>
span { border-color: #49BA8A; }
span { border-color: rgb(73,186,138); }
td.TdClassName
{
border-color: #49BA8A;
}
.TagClassName
{
border-color: #49BA8A;
}
</style>