Shades of Keppel #5FB19B
Tints of Keppel #5FB19B
RGB
CMYK
RGB Variations
Color information
#5FB19B (or 0x5FB19B) is known color: Keppel. HEX triplet: 5F, B1 and 9B. RGB value is (95,177,155). Sum of RGB (Red+Green+Blue) = 95+177+155=427 (56% of max value = 765). Red value is 95 (37.5% from 255 or 22.25% from 427); Green value is 177 (69.53% from 255 or 41.45% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 177 - color contains mainly: green. Hex color #5FB19B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5FB19B is #A04E64. Grayscale: #959595. Windows color (decimal): -10505829 or 10203487. OLE color: 10203487.
HSL color Cylindrical-coordinate representation of color #5FB19B: hue angle of 163.9º 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 #5FB19B is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 95 | 177 | 155 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.31 |
| HSL | 163.9º | 0.34% | 0.53% | - |
| HSV(B) | 163.9º | 0.46% | 0.69% | - |
| XYZ | 26.36 | 36.24 | 36.62 | - |
| YUV | 149.97 | 130.83 | 88.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 177 | 155 | 0.46 | 0 | 0.12 | 0.31 | 163.9 | 0.34 | 0.53 |
| Hex | 5F | B1 | 9B | 2E | 0 | C | 1F | A4 | 22 | 35 |
| Octal | 137 | 261 | 233 | 56 | 0 | 14 | 37 | 244 | 42 | 65 |
| Binary | 1011111 | 10110001 | 10011011 | 101110 | 0 | 1100 | 11111 | 10100100 | 100010 | 110101 |
Color Harmonies of #5FB19B
Complementary color
Monochromatic Colors of #5FB19B
Black with #5FB19B
Text Example
Text Example
White with #5FB19B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB19B; }
p { color: rgb(95,177,155); }
H1.HeaderClassName
{
color: #5FB19B;
}
.AnyTagClassName
{
color: #5FB19B;
}
</style>
background-color css
<style>
a { background-color: #5FB19B; }
a { background-color: rgb(95,177,155); }
div.DivClassName
{
background-color: #5FB19B;
}
.BgClassName
{
background-color: #5FB19B;
}
</style>
border-color css
<style>
span { border-color: #5FB19B; }
span { border-color: rgb(95,177,155); }
td.TdClassName
{
border-color: #5FB19B;
}
.TagClassName
{
border-color: #5FB19B;
}
</style>