Shades of Keppel #49BC91
Tints of Keppel #49BC91
RGB
CMYK
RGB Variations
Color information
#49BC91 (or 0x49BC91) is known color: Keppel. HEX triplet: 49, BC and 91. RGB value is (73,188,145). Sum of RGB (Red+Green+Blue) = 73+188+145=406 (53% of max value = 765). Red value is 73 (28.91% from 255 or 17.98% from 406); Green value is 188 (73.83% from 255 or 46.31% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 188 - color contains mainly: green. Hex color #49BC91 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BC91 is #B6436E. Grayscale: #949494. Windows color (decimal): -11944815 or 9550921. OLE color: 9550921.
HSL color Cylindrical-coordinate representation of color #49BC91: hue angle of 157.57º 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 #49BC91 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 73 | 188 | 145 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.26 |
| HSL | 157.57º | 0.46% | 0.51% | - |
| HSV(B) | 157.57º | 0.61% | 0.74% | - |
| XYZ | 25.84 | 39.43 | 33.04 | - |
| YUV | 148.71 | 125.9 | 74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 188 | 145 | 0.61 | 0 | 0.23 | 0.26 | 157.57 | 0.46 | 0.51 |
| Hex | 49 | BC | 91 | 3D | 0 | 17 | 1A | 9E | 2E | 33 |
| Octal | 111 | 274 | 221 | 75 | 0 | 27 | 32 | 236 | 56 | 63 |
| Binary | 1001001 | 10111100 | 10010001 | 111101 | 0 | 10111 | 11010 | 10011110 | 101110 | 110011 |
Color Harmonies of #49BC91
Complementary color
Monochromatic Colors of #49BC91
Black with #49BC91
Text Example
Text Example
White with #49BC91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BC91; }
p { color: rgb(73,188,145); }
H1.HeaderClassName
{
color: #49BC91;
}
.AnyTagClassName
{
color: #49BC91;
}
</style>
background-color css
<style>
a { background-color: #49BC91; }
a { background-color: rgb(73,188,145); }
div.DivClassName
{
background-color: #49BC91;
}
.BgClassName
{
background-color: #49BC91;
}
</style>
border-color css
<style>
span { border-color: #49BC91; }
span { border-color: rgb(73,188,145); }
td.TdClassName
{
border-color: #49BC91;
}
.TagClassName
{
border-color: #49BC91;
}
</style>