Shades of Keppel #49BB90
Tints of Keppel #49BB90
RGB
CMYK
RGB Variations
Color information
#49BB90 (or 0x49BB90) is known color: Keppel. HEX triplet: 49, BB and 90. RGB value is (73,187,144). Sum of RGB (Red+Green+Blue) = 73+187+144=404 (53% of max value = 765). Red value is 73 (28.91% from 255 or 18.07% from 404); Green value is 187 (73.44% from 255 or 46.29% from 404); Blue value is 144 (56.64% from 255 or 35.64% from 404); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB90 is #B6446F. Grayscale: #949494. Windows color (decimal): -11945072 or 9485129. OLE color: 9485129.
HSL color Cylindrical-coordinate representation of color #49BB90: hue angle of 157.37º degrees, saturation: 0.46, 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 #49BB90 is Cyan = 0.61, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 144 | - |
| CMYK | 0.61 | 0 | 0.23 | 0.27 |
| HSL | 157.37º | 0.46% | 0.51% | - |
| HSV(B) | 157.37º | 0.61% | 0.73% | - |
| XYZ | 25.55 | 38.97 | 32.56 | - |
| YUV | 148.01 | 125.73 | 74.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 144 | 0.61 | 0 | 0.23 | 0.27 | 157.37 | 0.46 | 0.51 |
| Hex | 49 | BB | 90 | 3D | 0 | 17 | 1B | 9D | 2E | 33 |
| Octal | 111 | 273 | 220 | 75 | 0 | 27 | 33 | 235 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10010000 | 111101 | 0 | 10111 | 11011 | 10011101 | 101110 | 110011 |
Color Harmonies of #49BB90
Complementary color
Monochromatic Colors of #49BB90
Black with #49BB90
Text Example
Text Example
White with #49BB90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB90; }
p { color: rgb(73,187,144); }
H1.HeaderClassName
{
color: #49BB90;
}
.AnyTagClassName
{
color: #49BB90;
}
</style>
background-color css
<style>
a { background-color: #49BB90; }
a { background-color: rgb(73,187,144); }
div.DivClassName
{
background-color: #49BB90;
}
.BgClassName
{
background-color: #49BB90;
}
</style>
border-color css
<style>
span { border-color: #49BB90; }
span { border-color: rgb(73,187,144); }
td.TdClassName
{
border-color: #49BB90;
}
.TagClassName
{
border-color: #49BB90;
}
</style>