Shades of Keppel #5FB79E
Tints of Keppel #5FB79E
RGB
CMYK
RGB Variations
Color information
#5FB79E (or 0x5FB79E) is known color: Keppel. HEX triplet: 5F, B7 and 9E. RGB value is (95,183,158). Sum of RGB (Red+Green+Blue) = 95+183+158=436 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.79% from 436); Green value is 183 (71.88% from 255 or 41.97% from 436); Blue value is 158 (62.11% from 255 or 36.24% from 436); Max value from RGB is 183 - color contains mainly: green. Hex color #5FB79E is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB79E is #A04861. Grayscale: #999999. Windows color (decimal): -10504290 or 10401631. OLE color: 10401631.
HSL color Cylindrical-coordinate representation of color #5FB79E: hue angle of 162.95º degrees, saturation: 0.38, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5FB79E is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 183 | 158 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.28 |
| HSL | 162.95º | 0.38% | 0.55% | - |
| HSV(B) | 162.95º | 0.48% | 0.72% | - |
| XYZ | 27.82 | 38.77 | 38.36 | - |
| YUV | 153.84 | 130.35 | 86.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 183 | 158 | 0.48 | 0 | 0.14 | 0.28 | 162.95 | 0.38 | 0.55 |
| Hex | 5F | B7 | 9E | 30 | 0 | E | 1C | A3 | 26 | 37 |
| Octal | 137 | 267 | 236 | 60 | 0 | 16 | 34 | 243 | 46 | 67 |
| Binary | 1011111 | 10110111 | 10011110 | 110000 | 0 | 1110 | 11100 | 10100011 | 100110 | 110111 |
Color Harmonies of #5FB79E
Complementary color
Monochromatic Colors of #5FB79E
Black with #5FB79E
Text Example
Text Example
White with #5FB79E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB79E; }
p { color: rgb(95,183,158); }
H1.HeaderClassName
{
color: #5FB79E;
}
.AnyTagClassName
{
color: #5FB79E;
}
</style>
background-color css
<style>
a { background-color: #5FB79E; }
a { background-color: rgb(95,183,158); }
div.DivClassName
{
background-color: #5FB79E;
}
.BgClassName
{
background-color: #5FB79E;
}
</style>
border-color css
<style>
span { border-color: #5FB79E; }
span { border-color: rgb(95,183,158); }
td.TdClassName
{
border-color: #5FB79E;
}
.TagClassName
{
border-color: #5FB79E;
}
</style>