Shades of Keppel #5FB196
Tints of Keppel #5FB196
RGB
CMYK
RGB Variations
Color information
#5FB196 (or 0x5FB196) is known color: Keppel. HEX triplet: 5F, B1 and 96. RGB value is (95,177,150). Sum of RGB (Red+Green+Blue) = 95+177+150=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 177 (69.53% from 255 or 41.94% from 422); Blue value is 150 (58.98% from 255 or 35.55% from 422); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB196 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB196 is #A04E69. Grayscale: #959595. Windows color (decimal): -10505834 or 9875807. OLE color: 9875807.
HSL color Cylindrical-coordinate representation of color #5FB196: hue angle of 160.24º degrees, saturation: 0.34, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5FB196 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 150 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.31 |
| HSL | 160.24º | 0.34% | 0.53% | - |
| HSV(B) | 160.24º | 0.46% | 0.69% | - |
| XYZ | 25.95 | 36.08 | 34.45 | - |
| YUV | 149.4 | 128.33 | 89.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 150 | 0.46 | 0 | 0.15 | 0.31 | 160.24 | 0.34 | 0.53 |
| Hex | 5F | B1 | 96 | 2E | 0 | F | 1F | A0 | 22 | 35 |
| Octal | 137 | 261 | 226 | 56 | 0 | 17 | 37 | 240 | 42 | 65 |
| Binary | 1011111 | 10110001 | 10010110 | 101110 | 0 | 1111 | 11111 | 10100000 | 100010 | 110101 |
Color Harmonies of #5FB196
Complementary color
Monochromatic Colors of #5FB196
Black with #5FB196
Text Example
Text Example
White with #5FB196
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB196; }
p { color: rgb(95,177,150); }
H1.HeaderClassName
{
color: #5FB196;
}
.AnyTagClassName
{
color: #5FB196;
}
</style>
background-color css
<style>
a { background-color: #5FB196; }
a { background-color: rgb(95,177,150); }
div.DivClassName
{
background-color: #5FB196;
}
.BgClassName
{
background-color: #5FB196;
}
</style>
border-color css
<style>
span { border-color: #5FB196; }
span { border-color: rgb(95,177,150); }
td.TdClassName
{
border-color: #5FB196;
}
.TagClassName
{
border-color: #5FB196;
}
</style>