Shades of Keppel #5EBB9B
Tints of Keppel #5EBB9B
RGB
CMYK
RGB Variations
Color information
#5EBB9B (or 0x5EBB9B) is known color: Keppel. HEX triplet: 5E, BB and 9B. RGB value is (94,187,155). Sum of RGB (Red+Green+Blue) = 94+187+155=436 (57% of max value = 765). Red value is 94 (37.11% from 255 or 21.56% from 436); Green value is 187 (73.44% from 255 or 42.89% from 436); Blue value is 155 (60.94% from 255 or 35.55% from 436); Max value from RGB is 187 - color contains mainly: green. Hex color #5EBB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBB9B is #A14464. Grayscale: #9B9B9B. Windows color (decimal): -10568805 or 10206046. OLE color: 10206046.
HSL color Cylindrical-coordinate representation of color #5EBB9B: hue angle of 159.35º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5EBB9B is Cyan = 0.50, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 94 | 187 | 155 | - |
| CMYK | 0.50 | 0 | 0.17 | 0.27 |
| HSL | 159.35º | 0.41% | 0.55% | - |
| HSV(B) | 159.35º | 0.5% | 0.73% | - |
| XYZ | 28.3 | 40.29 | 37.29 | - |
| YUV | 155.55 | 127.69 | 84.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 187 | 155 | 0.50 | 0 | 0.17 | 0.27 | 159.35 | 0.41 | 0.55 |
| Hex | 5E | BB | 9B | 32 | 0 | 11 | 1B | 9F | 29 | 37 |
| Octal | 136 | 273 | 233 | 62 | 0 | 21 | 33 | 237 | 51 | 67 |
| Binary | 1011110 | 10111011 | 10011011 | 110010 | 0 | 10001 | 11011 | 10011111 | 101001 | 110111 |
Color Harmonies of #5EBB9B
Complementary color
Monochromatic Colors of #5EBB9B
Black with #5EBB9B
Text Example
Text Example
White with #5EBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBB9B; }
p { color: rgb(94,187,155); }
H1.HeaderClassName
{
color: #5EBB9B;
}
.AnyTagClassName
{
color: #5EBB9B;
}
</style>
background-color css
<style>
a { background-color: #5EBB9B; }
a { background-color: rgb(94,187,155); }
div.DivClassName
{
background-color: #5EBB9B;
}
.BgClassName
{
background-color: #5EBB9B;
}
</style>
border-color css
<style>
span { border-color: #5EBB9B; }
span { border-color: rgb(94,187,155); }
td.TdClassName
{
border-color: #5EBB9B;
}
.TagClassName
{
border-color: #5EBB9B;
}
</style>