Shades of Keppel #5BBA98
Tints of Keppel #5BBA98
RGB
CMYK
RGB Variations
Color information
#5BBA98 (or 0x5BBA98) is known color: Keppel. HEX triplet: 5B, BA and 98. RGB value is (91,186,152). Sum of RGB (Red+Green+Blue) = 91+186+152=429 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.21% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 152 (59.77% from 255 or 35.43% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #5BBA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBA98 is #A44567. Grayscale: #999999. Windows color (decimal): -10765672 or 10009179. OLE color: 10009179.
HSL color Cylindrical-coordinate representation of color #5BBA98: hue angle of 158.53º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BBA98 is Cyan = 0.51, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 91 | 186 | 152 | - |
| CMYK | 0.51 | 0 | 0.18 | 0.27 |
| HSL | 158.53º | 0.41% | 0.54% | - |
| HSV(B) | 158.53º | 0.51% | 0.73% | - |
| XYZ | 27.54 | 39.61 | 35.9 | - |
| YUV | 153.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 186 | 152 | 0.51 | 0 | 0.18 | 0.27 | 158.53 | 0.41 | 0.54 |
| Hex | 5B | BA | 98 | 33 | 0 | 12 | 1B | 9F | 29 | 36 |
| Octal | 133 | 272 | 230 | 63 | 0 | 22 | 33 | 237 | 51 | 66 |
| Binary | 1011011 | 10111010 | 10011000 | 110011 | 0 | 10010 | 11011 | 10011111 | 101001 | 110110 |
Color Harmonies of #5BBA98
Complementary color
Monochromatic Colors of #5BBA98
Black with #5BBA98
Text Example
Text Example
White with #5BBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBA98; }
p { color: rgb(91,186,152); }
H1.HeaderClassName
{
color: #5BBA98;
}
.AnyTagClassName
{
color: #5BBA98;
}
</style>
background-color css
<style>
a { background-color: #5BBA98; }
a { background-color: rgb(91,186,152); }
div.DivClassName
{
background-color: #5BBA98;
}
.BgClassName
{
background-color: #5BBA98;
}
</style>
border-color css
<style>
span { border-color: #5BBA98; }
span { border-color: rgb(91,186,152); }
td.TdClassName
{
border-color: #5BBA98;
}
.TagClassName
{
border-color: #5BBA98;
}
</style>