Shades of Keppel #5EBA9F
Tints of Keppel #5EBA9F
RGB
CMYK
RGB Variations
Color information
#5EBA9F (or 0x5EBA9F) is known color: Keppel. HEX triplet: 5E, BA and 9F. RGB value is (94,186,159). Sum of RGB (Red+Green+Blue) = 94+186+159=439 (58% of max value = 765). Red value is 94 (37.11% from 255 or 21.41% from 439); Green value is 186 (73.05% from 255 or 42.37% from 439); Blue value is 159 (62.5% from 255 or 36.22% from 439); Max value from RGB is 186 - color contains mainly: green. Hex color #5EBA9F is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBA9F is #A14560. Grayscale: #9B9B9B. Windows color (decimal): -10569057 or 10467934. OLE color: 10467934.
HSL color Cylindrical-coordinate representation of color #5EBA9F: hue angle of 162.39º 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 #5EBA9F is Cyan = 0.49, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 186 | 159 | - |
| CMYK | 0.49 | 0 | 0.15 | 0.27 |
| HSL | 162.39º | 0.4% | 0.55% | - |
| HSV(B) | 162.39º | 0.49% | 0.73% | - |
| XYZ | 28.43 | 40 | 39.02 | - |
| YUV | 155.41 | 130.02 | 84.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 186 | 159 | 0.49 | 0 | 0.15 | 0.27 | 162.39 | 0.4 | 0.55 |
| Hex | 5E | BA | 9F | 31 | 0 | F | 1B | A2 | 28 | 37 |
| Octal | 136 | 272 | 237 | 61 | 0 | 17 | 33 | 242 | 50 | 67 |
| Binary | 1011110 | 10111010 | 10011111 | 110001 | 0 | 1111 | 11011 | 10100010 | 101000 | 110111 |
Color Harmonies of #5EBA9F
Complementary color
Monochromatic Colors of #5EBA9F
Black with #5EBA9F
Text Example
Text Example
White with #5EBA9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBA9F; }
p { color: rgb(94,186,159); }
H1.HeaderClassName
{
color: #5EBA9F;
}
.AnyTagClassName
{
color: #5EBA9F;
}
</style>
background-color css
<style>
a { background-color: #5EBA9F; }
a { background-color: rgb(94,186,159); }
div.DivClassName
{
background-color: #5EBA9F;
}
.BgClassName
{
background-color: #5EBA9F;
}
</style>
border-color css
<style>
span { border-color: #5EBA9F; }
span { border-color: rgb(94,186,159); }
td.TdClassName
{
border-color: #5EBA9F;
}
.TagClassName
{
border-color: #5EBA9F;
}
</style>