Shades of Keppel #5FB097
Tints of Keppel #5FB097
RGB
CMYK
RGB Variations
Color information
#5FB097 (or 0x5FB097) is known color: Keppel. HEX triplet: 5F, B0 and 97. RGB value is (95,176,151). Sum of RGB (Red+Green+Blue) = 95+176+151=422 (55% of max value = 765). Red value is 95 (37.5% from 255 or 22.51% from 422); Green value is 176 (69.14% from 255 or 41.71% from 422); Blue value is 151 (59.38% from 255 or 35.78% from 422); Max value from RGB is 176 - color contains mainly: green. Hex color #5FB097 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB097 is #A04F68. Grayscale: #949494. Windows color (decimal): -10506089 or 9941087. OLE color: 9941087.
HSL color Cylindrical-coordinate representation of color #5FB097: hue angle of 161.48º 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 #5FB097 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 176 | 151 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.31 |
| HSL | 161.48º | 0.34% | 0.53% | - |
| HSV(B) | 161.48º | 0.46% | 0.69% | - |
| XYZ | 25.83 | 35.72 | 34.81 | - |
| YUV | 148.93 | 129.16 | 89.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 176 | 151 | 0.46 | 0 | 0.14 | 0.31 | 161.48 | 0.34 | 0.53 |
| Hex | 5F | B0 | 97 | 2E | 0 | E | 1F | A1 | 22 | 35 |
| Octal | 137 | 260 | 227 | 56 | 0 | 16 | 37 | 241 | 42 | 65 |
| Binary | 1011111 | 10110000 | 10010111 | 101110 | 0 | 1110 | 11111 | 10100001 | 100010 | 110101 |
Color Harmonies of #5FB097
Complementary color
Monochromatic Colors of #5FB097
Black with #5FB097
Text Example
Text Example
White with #5FB097
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB097; }
p { color: rgb(95,176,151); }
H1.HeaderClassName
{
color: #5FB097;
}
.AnyTagClassName
{
color: #5FB097;
}
</style>
background-color css
<style>
a { background-color: #5FB097; }
a { background-color: rgb(95,176,151); }
div.DivClassName
{
background-color: #5FB097;
}
.BgClassName
{
background-color: #5FB097;
}
</style>
border-color css
<style>
span { border-color: #5FB097; }
span { border-color: rgb(95,176,151); }
td.TdClassName
{
border-color: #5FB097;
}
.TagClassName
{
border-color: #5FB097;
}
</style>