Shades of Keppel #4FBA94
Tints of Keppel #4FBA94
RGB
CMYK
RGB Variations
Color information
#4FBA94 (or 0x4FBA94) is known color: Keppel. HEX triplet: 4F, BA and 94. RGB value is (79,186,148). Sum of RGB (Red+Green+Blue) = 79+186+148=413 (54% of max value = 765). Red value is 79 (31.25% from 255 or 19.13% from 413); Green value is 186 (73.05% from 255 or 45.04% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA94 is #B0456B. Grayscale: #959595. Windows color (decimal): -11552108 or 9747023. OLE color: 9747023.
HSL color Cylindrical-coordinate representation of color #4FBA94: hue angle of 158.69º 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 #4FBA94 is Cyan = 0.58, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 148 | - |
| CMYK | 0.58 | 0 | 0.20 | 0.27 |
| HSL | 158.69º | 0.44% | 0.52% | - |
| HSV(B) | 158.69º | 0.58% | 0.73% | - |
| XYZ | 26.13 | 38.92 | 34.15 | - |
| YUV | 149.68 | 127.05 | 77.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 148 | 0.58 | 0 | 0.20 | 0.27 | 158.69 | 0.44 | 0.52 |
| Hex | 4F | BA | 94 | 3A | 0 | 14 | 1B | 9F | 2C | 34 |
| Octal | 117 | 272 | 224 | 72 | 0 | 24 | 33 | 237 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10010100 | 111010 | 0 | 10100 | 11011 | 10011111 | 101100 | 110100 |
Color Harmonies of #4FBA94
Complementary color
Monochromatic Colors of #4FBA94
Black with #4FBA94
Text Example
Text Example
White with #4FBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA94; }
p { color: rgb(79,186,148); }
H1.HeaderClassName
{
color: #4FBA94;
}
.AnyTagClassName
{
color: #4FBA94;
}
</style>
background-color css
<style>
a { background-color: #4FBA94; }
a { background-color: rgb(79,186,148); }
div.DivClassName
{
background-color: #4FBA94;
}
.BgClassName
{
background-color: #4FBA94;
}
</style>
border-color css
<style>
span { border-color: #4FBA94; }
span { border-color: rgb(79,186,148); }
td.TdClassName
{
border-color: #4FBA94;
}
.TagClassName
{
border-color: #4FBA94;
}
</style>