Shades of Keppel #47BA90
Tints of Keppel #47BA90
RGB
CMYK
RGB Variations
Color information
#47BA90 (or 0x47BA90) is known color: Keppel. HEX triplet: 47, BA and 90. RGB value is (71,186,144). Sum of RGB (Red+Green+Blue) = 71+186+144=401 (53% of max value = 765). Red value is 71 (28.12% from 255 or 17.71% from 401); Green value is 186 (73.05% from 255 or 46.38% from 401); Blue value is 144 (56.64% from 255 or 35.91% from 401); Max value from RGB is 186 - color contains mainly: green. Hex color #47BA90 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47BA90 is #B8456F. Grayscale: #929292. Windows color (decimal): -12076400 or 9484871. OLE color: 9484871.
HSL color Cylindrical-coordinate representation of color #47BA90: hue angle of 158.09º 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 #47BA90 is Cyan = 0.62, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 186 | 144 | - |
| CMYK | 0.62 | 0 | 0.23 | 0.27 |
| HSL | 158.09º | 0.45% | 0.5% | - |
| HSV(B) | 158.09º | 0.62% | 0.73% | - |
| XYZ | 25.19 | 38.47 | 32.48 | - |
| YUV | 146.83 | 126.4 | 73.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 186 | 144 | 0.62 | 0 | 0.23 | 0.27 | 158.09 | 0.45 | 0.5 |
| Hex | 47 | BA | 90 | 3E | 0 | 17 | 1B | 9E | 2D | 32 |
| Octal | 107 | 272 | 220 | 76 | 0 | 27 | 33 | 236 | 55 | 62 |
| Binary | 1000111 | 10111010 | 10010000 | 111110 | 0 | 10111 | 11011 | 10011110 | 101101 | 110010 |
Color Harmonies of #47BA90
Complementary color
Monochromatic Colors of #47BA90
Black with #47BA90
Text Example
Text Example
White with #47BA90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47BA90; }
p { color: rgb(71,186,144); }
H1.HeaderClassName
{
color: #47BA90;
}
.AnyTagClassName
{
color: #47BA90;
}
</style>
background-color css
<style>
a { background-color: #47BA90; }
a { background-color: rgb(71,186,144); }
div.DivClassName
{
background-color: #47BA90;
}
.BgClassName
{
background-color: #47BA90;
}
</style>
border-color css
<style>
span { border-color: #47BA90; }
span { border-color: rgb(71,186,144); }
td.TdClassName
{
border-color: #47BA90;
}
.TagClassName
{
border-color: #47BA90;
}
</style>