Shades of Keppel #4FBA8E
Tints of Keppel #4FBA8E
RGB
CMYK
RGB Variations
Color information
#4FBA8E (or 0x4FBA8E) is known color: Keppel. HEX triplet: 4F, BA and 8E. RGB value is (79,186,142). Sum of RGB (Red+Green+Blue) = 79+186+142=407 (53% of max value = 765). Red value is 79 (31.25% from 255 or 19.41% from 407); Green value is 186 (73.05% from 255 or 45.70% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 186 - color contains mainly: green. Hex color #4FBA8E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4FBA8E is #B04571. Grayscale: #959595. Windows color (decimal): -11552114 or 9353807. OLE color: 9353807.
HSL color Cylindrical-coordinate representation of color #4FBA8E: hue angle of 155.33º 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 #4FBA8E is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 79 | 186 | 142 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.27 |
| HSL | 155.33º | 0.44% | 0.52% | - |
| HSV(B) | 155.33º | 0.58% | 0.73% | - |
| XYZ | 25.67 | 38.73 | 31.71 | - |
| YUV | 148.99 | 124.05 | 78.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 79 | 186 | 142 | 0.58 | 0 | 0.24 | 0.27 | 155.33 | 0.44 | 0.52 |
| Hex | 4F | BA | 8E | 3A | 0 | 18 | 1B | 9B | 2C | 34 |
| Octal | 117 | 272 | 216 | 72 | 0 | 30 | 33 | 233 | 54 | 64 |
| Binary | 1001111 | 10111010 | 10001110 | 111010 | 0 | 11000 | 11011 | 10011011 | 101100 | 110100 |
Color Harmonies of #4FBA8E
Complementary color
Monochromatic Colors of #4FBA8E
Black with #4FBA8E
Text Example
Text Example
White with #4FBA8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4FBA8E; }
p { color: rgb(79,186,142); }
H1.HeaderClassName
{
color: #4FBA8E;
}
.AnyTagClassName
{
color: #4FBA8E;
}
</style>
background-color css
<style>
a { background-color: #4FBA8E; }
a { background-color: rgb(79,186,142); }
div.DivClassName
{
background-color: #4FBA8E;
}
.BgClassName
{
background-color: #4FBA8E;
}
</style>
border-color css
<style>
span { border-color: #4FBA8E; }
span { border-color: rgb(79,186,142); }
td.TdClassName
{
border-color: #4FBA8E;
}
.TagClassName
{
border-color: #4FBA8E;
}
</style>