Shades of Keppel #5EBC98
Tints of Keppel #5EBC98
RGB
CMYK
RGB Variations
Color information
#5EBC98 (or 0x5EBC98) is known color: Keppel. HEX triplet: 5E, BC and 98. RGB value is (94,188,152). Sum of RGB (Red+Green+Blue) = 94+188+152=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 152 (59.77% from 255 or 35.02% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBC98 is #A14367. Grayscale: #9B9B9B. Windows color (decimal): -10568552 or 10009694. OLE color: 10009694.
HSL color Cylindrical-coordinate representation of color #5EBC98: hue angle of 157.02º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBC98 is Cyan = 0.50, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 152 | - |
| CMYK | 0.50 | 0 | 0.19 | 0.26 |
| HSL | 157.02º | 0.41% | 0.55% | - |
| HSV(B) | 157.02º | 0.5% | 0.74% | - |
| XYZ | 28.27 | 40.61 | 36.06 | - |
| YUV | 155.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 152 | 0.50 | 0 | 0.19 | 0.26 | 157.02 | 0.41 | 0.55 |
| Hex | 5E | BC | 98 | 32 | 0 | 13 | 1A | 9D | 29 | 37 |
| Octal | 136 | 274 | 230 | 62 | 0 | 23 | 32 | 235 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10011000 | 110010 | 0 | 10011 | 11010 | 10011101 | 101001 | 110111 |
Color Harmonies of #5EBC98
Complementary color
Monochromatic Colors of #5EBC98
Black with #5EBC98
Text Example
Text Example
White with #5EBC98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC98; }
p { color: rgb(94,188,152); }
H1.HeaderClassName
{
color: #5EBC98;
}
.AnyTagClassName
{
color: #5EBC98;
}
</style>
background-color css
<style>
a { background-color: #5EBC98; }
a { background-color: rgb(94,188,152); }
div.DivClassName
{
background-color: #5EBC98;
}
.BgClassName
{
background-color: #5EBC98;
}
</style>
border-color css
<style>
span { border-color: #5EBC98; }
span { border-color: rgb(94,188,152); }
td.TdClassName
{
border-color: #5EBC98;
}
.TagClassName
{
border-color: #5EBC98;
}
</style>