Shades of Keppel #5EBA9A
Tints of Keppel #5EBA9A
RGB
CMYK
RGB Variations
Color information
#5EBA9A (or 0x5EBA9A) is known color: Keppel. HEX triplet: 5E, BA and 9A. RGB value is (94,186,154). Sum of RGB (Red+Green+Blue) = 94+186+154=434 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.66% from 434); Green value is 186 (73.05% from 255 or 42.86% from 434); Blue value is 154 (60.55% from 255 or 35.48% from 434); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA9A is #A14565. Grayscale: #9A9A9A. Windows color (decimal): -10569062 or 10140254. OLE color: 10140254.
HSL color Cylindrical-coordinate representation of color #5EBA9A: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5EBA9A is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 154 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.27 |
| HSL | 159.13º | 0.4% | 0.55% | - |
| HSV(B) | 159.13º | 0.49% | 0.73% | - |
| XYZ | 28.01 | 39.83 | 36.78 | - |
| YUV | 154.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 154 | 0.49 | 0 | 0.17 | 0.27 | 159.13 | 0.4 | 0.55 |
| Hex | 5E | BA | 9A | 31 | 0 | 11 | 1B | 9F | 28 | 37 |
| Octal | 136 | 272 | 232 | 61 | 0 | 21 | 33 | 237 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10011010 | 110001 | 0 | 10001 | 11011 | 10011111 | 101000 | 110111 |
Color Harmonies of #5EBA9A
Complementary color
Monochromatic Colors of #5EBA9A
Black with #5EBA9A
Text Example
Text Example
White with #5EBA9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA9A; }
p { color: rgb(94,186,154); }
H1.HeaderClassName
{
color: #5EBA9A;
}
.AnyTagClassName
{
color: #5EBA9A;
}
</style>
background-color css
<style>
a { background-color: #5EBA9A; }
a { background-color: rgb(94,186,154); }
div.DivClassName
{
background-color: #5EBA9A;
}
.BgClassName
{
background-color: #5EBA9A;
}
</style>
border-color css
<style>
span { border-color: #5EBA9A; }
span { border-color: rgb(94,186,154); }
td.TdClassName
{
border-color: #5EBA9A;
}
.TagClassName
{
border-color: #5EBA9A;
}
</style>