Shades of Keppel #5FBA94
Tints of Keppel #5FBA94
RGB
CMYK
RGB Variations
Color information
#5FBA94 (or 0x5FBA94) is known color: Keppel. HEX triplet: 5F, BA and 94. RGB value is (95,186,148). Sum of RGB (Red+Green+Blue) = 95+186+148=429 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.14% from 429); Green value is 186 (73.05% from 255 or 43.36% from 429); Blue value is 148 (58.20% from 255 or 34.50% from 429); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBA94 is #A0456B. Grayscale: #9A9A9A. Windows color (decimal): -10503532 or 9747039. OLE color: 9747039.
HSL color Cylindrical-coordinate representation of color #5FBA94: hue angle of 154.95º 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 #5FBA94 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 148 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.27 |
| HSL | 154.95º | 0.4% | 0.55% | - |
| HSV(B) | 154.95º | 0.49% | 0.73% | - |
| XYZ | 27.62 | 39.69 | 34.22 | - |
| YUV | 154.46 | 124.35 | 85.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 148 | 0.49 | 0 | 0.20 | 0.27 | 154.95 | 0.4 | 0.55 |
| Hex | 5F | BA | 94 | 31 | 0 | 14 | 1B | 9B | 28 | 37 |
| Octal | 137 | 272 | 224 | 61 | 0 | 24 | 33 | 233 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10010100 | 110001 | 0 | 10100 | 11011 | 10011011 | 101000 | 110111 |
Color Harmonies of #5FBA94
Complementary color
Monochromatic Colors of #5FBA94
Black with #5FBA94
Text Example
Text Example
White with #5FBA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA94; }
p { color: rgb(95,186,148); }
H1.HeaderClassName
{
color: #5FBA94;
}
.AnyTagClassName
{
color: #5FBA94;
}
</style>
background-color css
<style>
a { background-color: #5FBA94; }
a { background-color: rgb(95,186,148); }
div.DivClassName
{
background-color: #5FBA94;
}
.BgClassName
{
background-color: #5FBA94;
}
</style>
border-color css
<style>
span { border-color: #5FBA94; }
span { border-color: rgb(95,186,148); }
td.TdClassName
{
border-color: #5FBA94;
}
.TagClassName
{
border-color: #5FBA94;
}
</style>