Shades of Keppel #5EC49F
Tints of Keppel #5EC49F
RGB
CMYK
RGB Variations
Color information
#5EC49F (or 0x5EC49F) is known color: Keppel. HEX triplet: 5E, C4 and 9F. RGB value is (94,196,159). Sum of RGB (Red+Green+Blue) = 94+196+159=449 (59% of max value = 765). Red value is 94 (37.11% from 255 or 20.94% from 449); Green value is 196 (76.95% from 255 or 43.65% from 449); Blue value is 159 (62.5% from 255 or 35.41% from 449); Max value from RGB is 196 - color contains mainly: green. Hex color #5EC49F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EC49F is #A13B60. Grayscale: #A1A1A1. Windows color (decimal): -10566497 or 10470494. OLE color: 10470494.
HSL color Cylindrical-coordinate representation of color #5EC49F: hue angle of 158.24º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5EC49F is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 94 | 196 | 159 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.23 |
| HSL | 158.24º | 0.46% | 0.57% | - |
| HSV(B) | 158.24º | 0.52% | 0.77% | - |
| XYZ | 30.61 | 44.36 | 39.75 | - |
| YUV | 161.28 | 126.71 | 80.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 196 | 159 | 0.52 | 0 | 0.19 | 0.23 | 158.24 | 0.46 | 0.57 |
| Hex | 5E | C4 | 9F | 34 | 0 | 13 | 17 | 9E | 2E | 39 |
| Octal | 136 | 304 | 237 | 64 | 0 | 23 | 27 | 236 | 56 | 71 |
| Binary | 1011110 | 11000100 | 10011111 | 110100 | 0 | 10011 | 10111 | 10011110 | 101110 | 111001 |
Color Harmonies of #5EC49F
Complementary color
Monochromatic Colors of #5EC49F
Black with #5EC49F
Text Example
Text Example
White with #5EC49F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EC49F; }
p { color: rgb(94,196,159); }
H1.HeaderClassName
{
color: #5EC49F;
}
.AnyTagClassName
{
color: #5EC49F;
}
</style>
background-color css
<style>
a { background-color: #5EC49F; }
a { background-color: rgb(94,196,159); }
div.DivClassName
{
background-color: #5EC49F;
}
.BgClassName
{
background-color: #5EC49F;
}
</style>
border-color css
<style>
span { border-color: #5EC49F; }
span { border-color: rgb(94,196,159); }
td.TdClassName
{
border-color: #5EC49F;
}
.TagClassName
{
border-color: #5EC49F;
}
</style>