Shades of Keppel #5FB19E
Tints of Keppel #5FB19E
RGB
CMYK
RGB Variations
Color information
#5FB19E (or 0x5FB19E) is known color: Keppel. HEX triplet: 5F, B1 and 9E. RGB value is (95,177,158). Sum of RGB (Red+Green+Blue) = 95+177+158=430 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.09% from 430); Green value is 177 (69.53% from 255 or 41.16% from 430); Blue value is 158 (62.11% from 255 or 36.74% from 430); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB19E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB19E is #A04E61. Grayscale: #969696. Windows color (decimal): -10505826 or 10400095. OLE color: 10400095.
HSL color Cylindrical-coordinate representation of color #5FB19E: hue angle of 166.1º 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 #5FB19E is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 158 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.31 |
| HSL | 166.1º | 0.34% | 0.53% | - |
| HSV(B) | 166.1º | 0.46% | 0.69% | - |
| XYZ | 26.61 | 36.35 | 37.96 | - |
| YUV | 150.32 | 132.33 | 88.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 158 | 0.46 | 0 | 0.11 | 0.31 | 166.1 | 0.34 | 0.53 |
| Hex | 5F | B1 | 9E | 2E | 0 | B | 1F | A6 | 22 | 35 |
| Octal | 137 | 261 | 236 | 56 | 0 | 13 | 37 | 246 | 42 | 65 |
| Binary | 1011111 | 10110001 | 10011110 | 101110 | 0 | 1011 | 11111 | 10100110 | 100010 | 110101 |
Color Harmonies of #5FB19E
Complementary color
Monochromatic Colors of #5FB19E
Black with #5FB19E
Text Example
Text Example
White with #5FB19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB19E; }
p { color: rgb(95,177,158); }
H1.HeaderClassName
{
color: #5FB19E;
}
.AnyTagClassName
{
color: #5FB19E;
}
</style>
background-color css
<style>
a { background-color: #5FB19E; }
a { background-color: rgb(95,177,158); }
div.DivClassName
{
background-color: #5FB19E;
}
.BgClassName
{
background-color: #5FB19E;
}
</style>
border-color css
<style>
span { border-color: #5FB19E; }
span { border-color: rgb(95,177,158); }
td.TdClassName
{
border-color: #5FB19E;
}
.TagClassName
{
border-color: #5FB19E;
}
</style>