Shades of Keppel #5BBC9A
Tints of Keppel #5BBC9A
RGB
CMYK
RGB Variations
Color information
#5BBC9A (or 0x5BBC9A) is known color: Keppel. HEX triplet: 5B, BC and 9A. RGB value is (91,188,154). Sum of RGB (Red+Green+Blue) = 91+188+154=433 (57% of max value = 765). Red value is 91 (35.94% from 255 or 21.02% from 433); Green value is 188 (73.83% from 255 or 43.42% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 188 - color contains mainly: green. Hex color #5BBC9A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BBC9A is #A44365. Grayscale: #9B9B9B. Windows color (decimal): -10765158 or 10140763. OLE color: 10140763.
HSL color Cylindrical-coordinate representation of color #5BBC9A: hue angle of 158.97º 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 #5BBC9A is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 91 | 188 | 154 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.26 |
| HSL | 158.97º | 0.42% | 0.55% | - |
| HSV(B) | 158.97º | 0.52% | 0.74% | - |
| XYZ | 28.13 | 40.52 | 36.91 | - |
| YUV | 155.12 | 127.36 | 82.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 188 | 154 | 0.52 | 0 | 0.18 | 0.26 | 158.97 | 0.42 | 0.55 |
| Hex | 5B | BC | 9A | 34 | 0 | 12 | 1A | 9F | 2A | 37 |
| Octal | 133 | 274 | 232 | 64 | 0 | 22 | 32 | 237 | 52 | 67 |
| Binary | 1011011 | 10111100 | 10011010 | 110100 | 0 | 10010 | 11010 | 10011111 | 101010 | 110111 |
Color Harmonies of #5BBC9A
Complementary color
Monochromatic Colors of #5BBC9A
Black with #5BBC9A
Text Example
Text Example
White with #5BBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BBC9A; }
p { color: rgb(91,188,154); }
H1.HeaderClassName
{
color: #5BBC9A;
}
.AnyTagClassName
{
color: #5BBC9A;
}
</style>
background-color css
<style>
a { background-color: #5BBC9A; }
a { background-color: rgb(91,188,154); }
div.DivClassName
{
background-color: #5BBC9A;
}
.BgClassName
{
background-color: #5BBC9A;
}
</style>
border-color css
<style>
span { border-color: #5BBC9A; }
span { border-color: rgb(91,188,154); }
td.TdClassName
{
border-color: #5BBC9A;
}
.TagClassName
{
border-color: #5BBC9A;
}
</style>