Shades of Keppel #47B990
Tints of Keppel #47B990
RGB
CMYK
RGB Variations
Color information
#47B990 (or 0x47B990) is known color: Keppel. HEX triplet: 47, B9 and 90. RGB value is (71,185,144). Sum of RGB (Red+Green+Blue) = 71+185+144=400 (52% of max value = 765). Red value is 71 (28.12% from 255 or 17.75% from 400); Green value is 185 (72.66% from 255 or 46.25% from 400); Blue value is 144 (56.64% from 255 or 36% from 400); Max value from RGB is 185 - color contains mainly: green. Hex color #47B990 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #47B990 is #B8466F. Grayscale: #929292. Windows color (decimal): -12076656 or 9484615. OLE color: 9484615.
HSL color Cylindrical-coordinate representation of color #47B990: hue angle of 158.42º 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 #47B990 is Cyan = 0.62, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 71 | 185 | 144 | - |
| CMYK | 0.62 | 0 | 0.22 | 0.27 |
| HSL | 158.42º | 0.45% | 0.5% | - |
| HSV(B) | 158.42º | 0.62% | 0.73% | - |
| XYZ | 24.98 | 38.05 | 32.41 | - |
| YUV | 146.24 | 126.73 | 74.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 71 | 185 | 144 | 0.62 | 0 | 0.22 | 0.27 | 158.42 | 0.45 | 0.5 |
| Hex | 47 | B9 | 90 | 3E | 0 | 16 | 1B | 9E | 2D | 32 |
| Octal | 107 | 271 | 220 | 76 | 0 | 26 | 33 | 236 | 55 | 62 |
| Binary | 1000111 | 10111001 | 10010000 | 111110 | 0 | 10110 | 11011 | 10011110 | 101101 | 110010 |
Color Harmonies of #47B990
Complementary color
Monochromatic Colors of #47B990
Black with #47B990
Text Example
Text Example
White with #47B990
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #47B990; }
p { color: rgb(71,185,144); }
H1.HeaderClassName
{
color: #47B990;
}
.AnyTagClassName
{
color: #47B990;
}
</style>
background-color css
<style>
a { background-color: #47B990; }
a { background-color: rgb(71,185,144); }
div.DivClassName
{
background-color: #47B990;
}
.BgClassName
{
background-color: #47B990;
}
</style>
border-color css
<style>
span { border-color: #47B990; }
span { border-color: rgb(71,185,144); }
td.TdClassName
{
border-color: #47B990;
}
.TagClassName
{
border-color: #47B990;
}
</style>