Shades of Keppel #5FB997
Tints of Keppel #5FB997
RGB
CMYK
RGB Variations
Color information
#5FB997 (or 0x5FB997) is known color: Keppel. HEX triplet: 5F, B9 and 97. RGB value is (95,185,151). Sum of RGB (Red+Green+Blue) = 95+185+151=431 (57% of max value = 765). Red value is 95 (37.5% from 255 or 22.04% from 431); Green value is 185 (72.66% from 255 or 42.92% from 431); Blue value is 151 (59.38% from 255 or 35.03% from 431); Max value from RGB is 185 - color contains mainly: green. Hex color #5FB997 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB997 is #A04668. Grayscale: #9A9A9A. Windows color (decimal): -10503785 or 9943391. OLE color: 9943391.
HSL color Cylindrical-coordinate representation of color #5FB997: hue angle of 157.33º degrees, saturation: 0.39, 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 #5FB997 is Cyan = 0.49, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 95 | 185 | 151 | - |
| CMYK | 0.49 | 0 | 0.18 | 0.27 |
| HSL | 157.33º | 0.39% | 0.55% | - |
| HSV(B) | 157.33º | 0.49% | 0.73% | - |
| XYZ | 27.65 | 39.37 | 35.42 | - |
| YUV | 154.21 | 126.18 | 85.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 185 | 151 | 0.49 | 0 | 0.18 | 0.27 | 157.33 | 0.39 | 0.55 |
| Hex | 5F | B9 | 97 | 31 | 0 | 12 | 1B | 9D | 27 | 37 |
| Octal | 137 | 271 | 227 | 61 | 0 | 22 | 33 | 235 | 47 | 67 |
| Binary | 1011111 | 10111001 | 10010111 | 110001 | 0 | 10010 | 11011 | 10011101 | 100111 | 110111 |
Color Harmonies of #5FB997
Complementary color
Monochromatic Colors of #5FB997
Black with #5FB997
Text Example
Text Example
White with #5FB997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB997; }
p { color: rgb(95,185,151); }
H1.HeaderClassName
{
color: #5FB997;
}
.AnyTagClassName
{
color: #5FB997;
}
</style>
background-color css
<style>
a { background-color: #5FB997; }
a { background-color: rgb(95,185,151); }
div.DivClassName
{
background-color: #5FB997;
}
.BgClassName
{
background-color: #5FB997;
}
</style>
border-color css
<style>
span { border-color: #5FB997; }
span { border-color: rgb(95,185,151); }
td.TdClassName
{
border-color: #5FB997;
}
.TagClassName
{
border-color: #5FB997;
}
</style>