Shades of Keppel #5BBC97
Tints of Keppel #5BBC97
RGB
CMYK
RGB Variations
Color information
#5BBC97 (or 0x5BBC97) is known color: Keppel. HEX triplet: 5B, BC and 97. RGB value is (91,188,151). Sum of RGB (Red+Green+Blue) = 91+188+151=430 (56% of max value = 765). Red value is 91 (35.94% from 255 or 21.16% from 430); Green value is 188 (73.83% from 255 or 43.72% from 430); Blue value is 151 (59.38% from 255 or 35.12% from 430); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC97 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC97 is #A44368. Grayscale: #9A9A9A. Windows color (decimal): -10765161 or 9944155. OLE color: 9944155.
HSL color Cylindrical-coordinate representation of color #5BBC97: hue angle of 157.11º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5BBC97 is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 151 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.26 |
| HSL | 157.11º | 0.42% | 0.55% | - |
| HSV(B) | 157.11º | 0.52% | 0.74% | - |
| XYZ | 27.88 | 40.42 | 35.61 | - |
| YUV | 154.78 | 125.86 | 82.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 151 | 0.52 | 0 | 0.20 | 0.26 | 157.11 | 0.42 | 0.55 |
| Hex | 5B | BC | 97 | 34 | 0 | 14 | 1A | 9D | 2A | 37 |
| Octal | 133 | 274 | 227 | 64 | 0 | 24 | 32 | 235 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10010111 | 110100 | 0 | 10100 | 11010 | 10011101 | 101010 | 110111 |
Color Harmonies of #5BBC97
Complementary color
Monochromatic Colors of #5BBC97
Black with #5BBC97
Text Example
Text Example
White with #5BBC97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC97; }
p { color: rgb(91,188,151); }
H1.HeaderClassName
{
color: #5BBC97;
}
.AnyTagClassName
{
color: #5BBC97;
}
</style>
background-color css
<style>
a { background-color: #5BBC97; }
a { background-color: rgb(91,188,151); }
div.DivClassName
{
background-color: #5BBC97;
}
.BgClassName
{
background-color: #5BBC97;
}
</style>
border-color css
<style>
span { border-color: #5BBC97; }
span { border-color: rgb(91,188,151); }
td.TdClassName
{
border-color: #5BBC97;
}
.TagClassName
{
border-color: #5BBC97;
}
</style>