Shades of Keppel #47BA8C
Tints of Keppel #47BA8C
RGB
CMYK
RGB Variations
Color information
#47BA8C (or 0x47BA8C) is known color: Keppel. HEX triplet: 47, BA and 8C. RGB value is (71,186,140). Sum of RGB (Red+Green+Blue) = 71+186+140=397 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.88% from 397); Green value is 186 (73.05% from 255 or 46.85% from 397); Blue value is 140 (55.08% from 255 or 35.26% from 397); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA8C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA8C is #B84573. Grayscale: #929292. Windows color (decimal): -12076404 or 9222727. OLE color: 9222727.
HSL color Cylindrical-coordinate representation of color #47BA8C: hue angle of 156º degrees, saturation: 0.45, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #47BA8C is Cyan = 0.62, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 140 | - |
| CMYK | 0.62 | 0 | 0.25 | 0.27 |
| HSL | 156º | 0.45% | 0.5% | - |
| HSV(B) | 156º | 0.62% | 0.73% | - |
| XYZ | 24.89 | 38.35 | 30.9 | - |
| YUV | 146.37 | 124.4 | 74.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 140 | 0.62 | 0 | 0.25 | 0.27 | 156 | 0.45 | 0.5 |
| Hex | 47 | BA | 8C | 3E | 0 | 19 | 1B | 9C | 2D | 32 |
| Octal | 107 | 272 | 214 | 76 | 0 | 31 | 33 | 234 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10001100 | 111110 | 0 | 11001 | 11011 | 10011100 | 101101 | 110010 |
Color Harmonies of #47BA8C
Complementary color
Monochromatic Colors of #47BA8C
Black with #47BA8C
Text Example
Text Example
White with #47BA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA8C; }
p { color: rgb(71,186,140); }
H1.HeaderClassName
{
color: #47BA8C;
}
.AnyTagClassName
{
color: #47BA8C;
}
</style>
background-color css
<style>
a { background-color: #47BA8C; }
a { background-color: rgb(71,186,140); }
div.DivClassName
{
background-color: #47BA8C;
}
.BgClassName
{
background-color: #47BA8C;
}
</style>
border-color css
<style>
span { border-color: #47BA8C; }
span { border-color: rgb(71,186,140); }
td.TdClassName
{
border-color: #47BA8C;
}
.TagClassName
{
border-color: #47BA8C;
}
</style>