Shades of Keppel #49BB8C
Tints of Keppel #49BB8C
RGB
CMYK
RGB Variations
Color information
#49BB8C (or 0x49BB8C) is known color: Keppel. HEX triplet: 49, BB and 8C. RGB value is (73,187,140). Sum of RGB (Red+Green+Blue) = 73+187+140=400 (52% of max value = 765). Red value is 73 (28.91% from 255 or 18.25% from 400); Green value is 187 (73.44% from 255 or 46.75% from 400); Blue value is 140 (55.08% from 255 or 35% from 400); Max value from RGB is 187 - color contains mainly: green. Hex color #49BB8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #49BB8C is #B64473. Grayscale: #939393. Windows color (decimal): -11945076 or 9222985. OLE color: 9222985.
HSL color Cylindrical-coordinate representation of color #49BB8C: hue angle of 155.26º 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 #49BB8C is Cyan = 0.61, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 73 | 187 | 140 | - |
| CMYK | 0.61 | 0 | 0.25 | 0.27 |
| HSL | 155.26º | 0.46% | 0.51% | - |
| HSV(B) | 155.26º | 0.61% | 0.73% | - |
| XYZ | 25.25 | 38.85 | 30.98 | - |
| YUV | 147.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 73 | 187 | 140 | 0.61 | 0 | 0.25 | 0.27 | 155.26 | 0.46 | 0.51 |
| Hex | 49 | BB | 8C | 3D | 0 | 19 | 1B | 9B | 2E | 33 |
| Octal | 111 | 273 | 214 | 75 | 0 | 31 | 33 | 233 | 56 | 63 |
| Binary | 1001001 | 10111011 | 10001100 | 111101 | 0 | 11001 | 11011 | 10011011 | 101110 | 110011 |
Color Harmonies of #49BB8C
Complementary color
Monochromatic Colors of #49BB8C
Black with #49BB8C
Text Example
Text Example
White with #49BB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #49BB8C; }
p { color: rgb(73,187,140); }
H1.HeaderClassName
{
color: #49BB8C;
}
.AnyTagClassName
{
color: #49BB8C;
}
</style>
background-color css
<style>
a { background-color: #49BB8C; }
a { background-color: rgb(73,187,140); }
div.DivClassName
{
background-color: #49BB8C;
}
.BgClassName
{
background-color: #49BB8C;
}
</style>
border-color css
<style>
span { border-color: #49BB8C; }
span { border-color: rgb(73,187,140); }
td.TdClassName
{
border-color: #49BB8C;
}
.TagClassName
{
border-color: #49BB8C;
}
</style>