Shades of Keppel #4FBA8C
Tints of Keppel #4FBA8C
RGB
CMYK
RGB Variations
Color information
#4FBA8C (or 0x4FBA8C) is known color: Keppel. HEX triplet: 4F, BA and 8C. RGB value is (79,186,140). Sum of RGB (Red+Green+Blue) = 79+186+140=405 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.51% from 405); Green value is 186 (73.05% from 255 or 45.93% from 405); Blue value is 140 (55.08% from 255 or 34.57% from 405); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA8C is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA8C is #B04573. Grayscale: #949494. Windows color (decimal): -11552116 or 9222735. OLE color: 9222735.
HSL color Cylindrical-coordinate representation of color #4FBA8C: hue angle of 154.21º 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 #4FBA8C is Cyan = 0.58, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 140 | - |
| CMYK | 0.58 | 0 | 0.25 | 0.27 |
| HSL | 154.21º | 0.44% | 0.52% | - |
| HSV(B) | 154.21º | 0.58% | 0.73% | - |
| XYZ | 25.52 | 38.67 | 30.93 | - |
| YUV | 148.76 | 123.05 | 78.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 140 | 0.58 | 0 | 0.25 | 0.27 | 154.21 | 0.44 | 0.52 |
| Hex | 4F | BA | 8C | 3A | 0 | 19 | 1B | 9A | 2C | 34 |
| Octal | 117 | 272 | 214 | 72 | 0 | 31 | 33 | 232 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10001100 | 111010 | 0 | 11001 | 11011 | 10011010 | 101100 | 110100 |
Color Harmonies of #4FBA8C
Complementary color
Monochromatic Colors of #4FBA8C
Black with #4FBA8C
Text Example
Text Example
White with #4FBA8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA8C; }
p { color: rgb(79,186,140); }
H1.HeaderClassName
{
color: #4FBA8C;
}
.AnyTagClassName
{
color: #4FBA8C;
}
</style>
background-color css
<style>
a { background-color: #4FBA8C; }
a { background-color: rgb(79,186,140); }
div.DivClassName
{
background-color: #4FBA8C;
}
.BgClassName
{
background-color: #4FBA8C;
}
</style>
border-color css
<style>
span { border-color: #4FBA8C; }
span { border-color: rgb(79,186,140); }
td.TdClassName
{
border-color: #4FBA8C;
}
.TagClassName
{
border-color: #4FBA8C;
}
</style>