Shades of Keppel #5EBA9B
Tints of Keppel #5EBA9B
RGB
CMYK
RGB Variations
Color information
#5EBA9B (or 0x5EBA9B) is known color: Keppel. HEX triplet: 5E, BA and 9B. RGB value is (94,186,155). Sum of RGB (Red+Green+Blue) = 94+186+155=435 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.61% from 435); Green value is 186 (73.05% from 255 or 42.76% from 435); Blue value is 155 (60.94% from 255 or 35.63% from 435); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA9B is #A14564. Grayscale: #9A9A9A. Windows color (decimal): -10569061 or 10205790. OLE color: 10205790.
HSL color Cylindrical-coordinate representation of color #5EBA9B: hue angle of 159.78º 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 #5EBA9B is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 155 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.27 |
| HSL | 159.78º | 0.4% | 0.55% | - |
| HSV(B) | 159.78º | 0.49% | 0.73% | - |
| XYZ | 28.09 | 39.86 | 37.22 | - |
| YUV | 154.96 | 128.02 | 84.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 155 | 0.49 | 0 | 0.17 | 0.27 | 159.78 | 0.4 | 0.55 |
| Hex | 5E | BA | 9B | 31 | 0 | 11 | 1B | A0 | 28 | 37 |
| Octal | 136 | 272 | 233 | 61 | 0 | 21 | 33 | 240 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10011011 | 110001 | 0 | 10001 | 11011 | 10100000 | 101000 | 110111 |
Color Harmonies of #5EBA9B
Complementary color
Monochromatic Colors of #5EBA9B
Black with #5EBA9B
Text Example
Text Example
White with #5EBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA9B; }
p { color: rgb(94,186,155); }
H1.HeaderClassName
{
color: #5EBA9B;
}
.AnyTagClassName
{
color: #5EBA9B;
}
</style>
background-color css
<style>
a { background-color: #5EBA9B; }
a { background-color: rgb(94,186,155); }
div.DivClassName
{
background-color: #5EBA9B;
}
.BgClassName
{
background-color: #5EBA9B;
}
</style>
border-color css
<style>
span { border-color: #5EBA9B; }
span { border-color: rgb(94,186,155); }
td.TdClassName
{
border-color: #5EBA9B;
}
.TagClassName
{
border-color: #5EBA9B;
}
</style>