Shades of Keppel #5BC09B
Tints of Keppel #5BC09B
RGB
CMYK
RGB Variations
Color information
#5BC09B (or 0x5BC09B) is known color: Keppel. HEX triplet: 5B, C0 and 9B. RGB value is (91,192,155). Sum of RGB (Red+Green+Blue) = 91+192+155=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 192 (75.39% from 255 or 43.84% from 438); Blue value is 155 (60.94% from 255 or 35.39% from 438); Max value from RGB is 192 - color contains mainly: green. Hex color #5BC09B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BC09B is #A43F64. Grayscale: #9D9D9D. Windows color (decimal): -10764133 or 10207323. OLE color: 10207323.
HSL color Cylindrical-coordinate representation of color #5BC09B: hue angle of 158.02º 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 #5BC09B is Cyan = 0.53, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 91 | 192 | 155 | - |
| CMYK | 0.53 | 0 | 0.19 | 0.25 |
| HSL | 158.02º | 0.44% | 0.55% | - |
| HSV(B) | 158.02º | 0.53% | 0.75% | - |
| XYZ | 29.08 | 42.29 | 37.64 | - |
| YUV | 157.58 | 126.54 | 80.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 192 | 155 | 0.53 | 0 | 0.19 | 0.25 | 158.02 | 0.44 | 0.55 |
| Hex | 5B | C0 | 9B | 35 | 0 | 13 | 19 | 9E | 2C | 37 |
| Octal | 133 | 300 | 233 | 65 | 0 | 23 | 31 | 236 | 54 | 67 |
| Binary | 1011011 | 11000000 | 10011011 | 110101 | 0 | 10011 | 11001 | 10011110 | 101100 | 110111 |
Color Harmonies of #5BC09B
Complementary color
Monochromatic Colors of #5BC09B
Black with #5BC09B
Text Example
Text Example
White with #5BC09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BC09B; }
p { color: rgb(91,192,155); }
H1.HeaderClassName
{
color: #5BC09B;
}
.AnyTagClassName
{
color: #5BC09B;
}
</style>
background-color css
<style>
a { background-color: #5BC09B; }
a { background-color: rgb(91,192,155); }
div.DivClassName
{
background-color: #5BC09B;
}
.BgClassName
{
background-color: #5BC09B;
}
</style>
border-color css
<style>
span { border-color: #5BC09B; }
span { border-color: rgb(91,192,155); }
td.TdClassName
{
border-color: #5BC09B;
}
.TagClassName
{
border-color: #5BC09B;
}
</style>