Shades of Keppel #5EBC9E
Tints of Keppel #5EBC9E
RGB
CMYK
RGB Variations
Color information
#5EBC9E (or 0x5EBC9E) is known color: Keppel. HEX triplet: 5E, BC and 9E. RGB value is (94,188,158). Sum of RGB (Red+Green+Blue) = 94+188+158=440 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.36% from 440); Green value is 188 (73.83% from 255 or 42.73% from 440); Blue value is 158 (62.11% from 255 or 35.91% from 440); Max value from RGB is 188 - color contains mainly: green. Hex color #5EBC9E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBC9E is #A14361. Grayscale: #9C9C9C. Windows color (decimal): -10568546 or 10402910. OLE color: 10402910.
HSL color Cylindrical-coordinate representation of color #5EBC9E: hue angle of 160.85º 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 #5EBC9E is Cyan = 0.50, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 94 | 188 | 158 | - |
| CMYK | 0.50 | 0 | 0.16 | 0.26 |
| HSL | 160.85º | 0.41% | 0.55% | - |
| HSV(B) | 160.85º | 0.5% | 0.74% | - |
| XYZ | 28.77 | 40.81 | 38.71 | - |
| YUV | 156.47 | 128.86 | 83.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 188 | 158 | 0.50 | 0 | 0.16 | 0.26 | 160.85 | 0.41 | 0.55 |
| Hex | 5E | BC | 9E | 32 | 0 | 10 | 1A | A1 | 29 | 37 |
| Octal | 136 | 274 | 236 | 62 | 0 | 20 | 32 | 241 | 51 | 67 |
| Binary | 1011110 | 10111100 | 10011110 | 110010 | 0 | 10000 | 11010 | 10100001 | 101001 | 110111 |
Color Harmonies of #5EBC9E
Complementary color
Monochromatic Colors of #5EBC9E
Black with #5EBC9E
Text Example
Text Example
White with #5EBC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBC9E; }
p { color: rgb(94,188,158); }
H1.HeaderClassName
{
color: #5EBC9E;
}
.AnyTagClassName
{
color: #5EBC9E;
}
</style>
background-color css
<style>
a { background-color: #5EBC9E; }
a { background-color: rgb(94,188,158); }
div.DivClassName
{
background-color: #5EBC9E;
}
.BgClassName
{
background-color: #5EBC9E;
}
</style>
border-color css
<style>
span { border-color: #5EBC9E; }
span { border-color: rgb(94,188,158); }
td.TdClassName
{
border-color: #5EBC9E;
}
.TagClassName
{
border-color: #5EBC9E;
}
</style>