Shades of Keppel #5FBA95
Tints of Keppel #5FBA95
RGB
CMYK
RGB Variations
Color information
#5FBA95 (or 0x5FBA95) is known color: Keppel. HEX triplet: 5F, BA and 95. RGB value is (95,186,149). Sum of RGB (Red+Green+Blue) = 95+186+149=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 186 (73.05% from 255 or 43.26% from 430); Blue value is 149 (58.59% from 255 or 34.65% from 430); Max value from RGB is 186 - color contains mainly: green. Hex color #5FBA95 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FBA95 is #A0456A. Grayscale: #9A9A9A. Windows color (decimal): -10503531 or 9812575. OLE color: 9812575.
HSL color Cylindrical-coordinate representation of color #5FBA95: hue angle of 155.6º 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 #5FBA95 is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 186 | 149 | - |
| CMYK | 0.49 | 0 | 0.20 | 0.27 |
| HSL | 155.6º | 0.4% | 0.55% | - |
| HSV(B) | 155.6º | 0.49% | 0.73% | - |
| XYZ | 27.7 | 39.72 | 34.64 | - |
| YUV | 154.57 | 124.85 | 85.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 186 | 149 | 0.49 | 0 | 0.20 | 0.27 | 155.6 | 0.4 | 0.55 |
| Hex | 5F | BA | 95 | 31 | 0 | 14 | 1B | 9C | 28 | 37 |
| Octal | 137 | 272 | 225 | 61 | 0 | 24 | 33 | 234 | 50 | 67 |
| Binary | 1011111 | 10111010 | 10010101 | 110001 | 0 | 10100 | 11011 | 10011100 | 101000 | 110111 |
Color Harmonies of #5FBA95
Complementary color
Monochromatic Colors of #5FBA95
Black with #5FBA95
Text Example
Text Example
White with #5FBA95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FBA95; }
p { color: rgb(95,186,149); }
H1.HeaderClassName
{
color: #5FBA95;
}
.AnyTagClassName
{
color: #5FBA95;
}
</style>
background-color css
<style>
a { background-color: #5FBA95; }
a { background-color: rgb(95,186,149); }
div.DivClassName
{
background-color: #5FBA95;
}
.BgClassName
{
background-color: #5FBA95;
}
</style>
border-color css
<style>
span { border-color: #5FBA95; }
span { border-color: rgb(95,186,149); }
td.TdClassName
{
border-color: #5FBA95;
}
.TagClassName
{
border-color: #5FBA95;
}
</style>