Shades of Keppel #4FBA91
Tints of Keppel #4FBA91
RGB
CMYK
RGB Variations
Color information
#4FBA91 (or 0x4FBA91) is known color: Keppel. HEX triplet: 4F, BA and 91. RGB value is (79,186,145). Sum of RGB (Red+Green+Blue) = 79+186+145=410 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.27% from 410); Green value is 186 (73.05% from 255 or 45.37% from 410); Blue value is 145 (57.03% from 255 or 35.37% from 410); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA91 is #B0456E. Grayscale: #959595. Windows color (decimal): -11552111 or 9550415. OLE color: 9550415.
HSL color Cylindrical-coordinate representation of color #4FBA91: hue angle of 157.01º degrees, saturation: 0.44, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #4FBA91 is Cyan = 0.58, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 145 | - |
| CMYK | 0.58 | 0 | 0.22 | 0.27 |
| HSL | 157.01º | 0.44% | 0.52% | - |
| HSV(B) | 157.01º | 0.58% | 0.73% | - |
| XYZ | 25.89 | 38.82 | 32.92 | - |
| YUV | 149.33 | 125.55 | 77.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 145 | 0.58 | 0 | 0.22 | 0.27 | 157.01 | 0.44 | 0.52 |
| Hex | 4F | BA | 91 | 3A | 0 | 16 | 1B | 9D | 2C | 34 |
| Octal | 117 | 272 | 221 | 72 | 0 | 26 | 33 | 235 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10010001 | 111010 | 0 | 10110 | 11011 | 10011101 | 101100 | 110100 |
Color Harmonies of #4FBA91
Complementary color
Monochromatic Colors of #4FBA91
Black with #4FBA91
Text Example
Text Example
White with #4FBA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA91; }
p { color: rgb(79,186,145); }
H1.HeaderClassName
{
color: #4FBA91;
}
.AnyTagClassName
{
color: #4FBA91;
}
</style>
background-color css
<style>
a { background-color: #4FBA91; }
a { background-color: rgb(79,186,145); }
div.DivClassName
{
background-color: #4FBA91;
}
.BgClassName
{
background-color: #4FBA91;
}
</style>
border-color css
<style>
span { border-color: #4FBA91; }
span { border-color: rgb(79,186,145); }
td.TdClassName
{
border-color: #4FBA91;
}
.TagClassName
{
border-color: #4FBA91;
}
</style>