Shades of Keppel #5BC099
Tints of Keppel #5BC099
RGB
CMYK
RGB Variations
Color information
#5BC099 (or 0x5BC099) is known color: Keppel. HEX triplet: 5B, C0 and 99. RGB value is (91,192,153). Sum of RGB (Red+Green+Blue) = 91+192+153=436 (57% of max value = 765). Red value is 91 (35.94% from 255 or 20.87% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC099 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC099 is #A43F66. Grayscale: #9D9D9D. Windows color (decimal): -10764135 or 10076251. OLE color: 10076251.
HSL color Cylindrical-coordinate representation of color #5BC099: hue angle of 156.83º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5BC099 is Cyan = 0.53, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 153 | - |
| CMYK | 0.53 | 0 | 0.20 | 0.25 |
| HSL | 156.83º | 0.44% | 0.55% | - |
| HSV(B) | 156.83º | 0.53% | 0.75% | - |
| XYZ | 28.91 | 42.22 | 36.76 | - |
| YUV | 157.36 | 125.54 | 80.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 153 | 0.53 | 0 | 0.20 | 0.25 | 156.83 | 0.44 | 0.55 |
| Hex | 5B | C0 | 99 | 35 | 0 | 14 | 19 | 9D | 2C | 37 |
| Octal | 133 | 300 | 231 | 65 | 0 | 24 | 31 | 235 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10011001 | 110101 | 0 | 10100 | 11001 | 10011101 | 101100 | 110111 |
Color Harmonies of #5BC099
Complementary color
Monochromatic Colors of #5BC099
Black with #5BC099
Text Example
Text Example
White with #5BC099
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC099; }
p { color: rgb(91,192,153); }
H1.HeaderClassName
{
color: #5BC099;
}
.AnyTagClassName
{
color: #5BC099;
}
</style>
background-color css
<style>
a { background-color: #5BC099; }
a { background-color: rgb(91,192,153); }
div.DivClassName
{
background-color: #5BC099;
}
.BgClassName
{
background-color: #5BC099;
}
</style>
border-color css
<style>
span { border-color: #5BC099; }
span { border-color: rgb(91,192,153); }
td.TdClassName
{
border-color: #5BC099;
}
.TagClassName
{
border-color: #5BC099;
}
</style>