Shades of Keppel #5FBA98
Tints of Keppel #5FBA98
RGB
CMYK
RGB Variations
Color information
#5FBA98 (or 0x5FBA98) is known color: Keppel. HEX triplet: 5F, BA and 98. RGB value is (95,186,152). Sum of RGB (Red+Green+Blue) = 95+186+152=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 186 (73.05% from 255 or 42.96% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA98 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBA98 is #A04567. Grayscale: #9A9A9A. Windows color (decimal): -10503528 or 10009183. OLE color: 10009183.
HSL color Cylindrical-coordinate representation of color #5FBA98: hue angle of 157.58º 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 #5FBA98 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 152 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.27 |
| HSL | 157.58º | 0.4% | 0.55% | - |
| HSV(B) | 157.58º | 0.49% | 0.73% | - |
| XYZ | 27.95 | 39.82 | 35.92 | - |
| YUV | 154.92 | 126.35 | 85.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 152 | 0.49 | 0 | 0.18 | 0.27 | 157.58 | 0.4 | 0.55 |
| Hex | 5F | BA | 98 | 31 | 0 | 12 | 1B | 9E | 28 | 37 |
| Octal | 137 | 272 | 230 | 61 | 0 | 22 | 33 | 236 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10011000 | 110001 | 0 | 10010 | 11011 | 10011110 | 101000 | 110111 |
Color Harmonies of #5FBA98
Complementary color
Monochromatic Colors of #5FBA98
Black with #5FBA98
Text Example
Text Example
White with #5FBA98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA98; }
p { color: rgb(95,186,152); }
H1.HeaderClassName
{
color: #5FBA98;
}
.AnyTagClassName
{
color: #5FBA98;
}
</style>
background-color css
<style>
a { background-color: #5FBA98; }
a { background-color: rgb(95,186,152); }
div.DivClassName
{
background-color: #5FBA98;
}
.BgClassName
{
background-color: #5FBA98;
}
</style>
border-color css
<style>
span { border-color: #5FBA98; }
span { border-color: rgb(95,186,152); }
td.TdClassName
{
border-color: #5FBA98;
}
.TagClassName
{
border-color: #5FBA98;
}
</style>