Shades of Keppel #5FBB9B
Tints of Keppel #5FBB9B
RGB
CMYK
RGB Variations
Color information
#5FBB9B (or 0x5FBB9B) is known color: Keppel. HEX triplet: 5F, BB and 9B. RGB value is (95,187,155). Sum of RGB (Red+Green+Blue) = 95+187+155=437 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.74% from 437); Green value is 187 (73.44% from 255 or 42.79% from 437); Blue value is 155 (60.94% from 255 or 35.47% from 437); Max value from RGB is 187 - color contains mainly: green. Hex color #5FBB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBB9B is #A04464. Grayscale: #9B9B9B. Windows color (decimal): -10503269 or 10206047. OLE color: 10206047.
HSL color Cylindrical-coordinate representation of color #5FBB9B: hue angle of 159.13º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5FBB9B is Cyan = 0.49, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 187 | 155 | - |
| CMYK | 0.49 | 0 | 0.17 | 0.27 |
| HSL | 159.13º | 0.4% | 0.55% | - |
| HSV(B) | 159.13º | 0.49% | 0.73% | - |
| XYZ | 28.41 | 40.34 | 37.3 | - |
| YUV | 155.84 | 127.52 | 84.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 187 | 155 | 0.49 | 0 | 0.17 | 0.27 | 159.13 | 0.4 | 0.55 |
| Hex | 5F | BB | 9B | 31 | 0 | 11 | 1B | 9F | 28 | 37 |
| Octal | 137 | 273 | 233 | 61 | 0 | 21 | 33 | 237 | 50 | 67 |
| Binary | 1011111 | 10111011 | 10011011 | 110001 | 0 | 10001 | 11011 | 10011111 | 101000 | 110111 |
Color Harmonies of #5FBB9B
Complementary color
Monochromatic Colors of #5FBB9B
Black with #5FBB9B
Text Example
Text Example
White with #5FBB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBB9B; }
p { color: rgb(95,187,155); }
H1.HeaderClassName
{
color: #5FBB9B;
}
.AnyTagClassName
{
color: #5FBB9B;
}
</style>
background-color css
<style>
a { background-color: #5FBB9B; }
a { background-color: rgb(95,187,155); }
div.DivClassName
{
background-color: #5FBB9B;
}
.BgClassName
{
background-color: #5FBB9B;
}
</style>
border-color css
<style>
span { border-color: #5FBB9B; }
span { border-color: rgb(95,187,155); }
td.TdClassName
{
border-color: #5FBB9B;
}
.TagClassName
{
border-color: #5FBB9B;
}
</style>