Shades of Keppel #5FB89A
Tints of Keppel #5FB89A
RGB
CMYK
RGB Variations
Color information
#5FB89A (or 0x5FB89A) is known color: Keppel. HEX triplet: 5F, B8 and 9A. RGB value is (95,184,154). Sum of RGB (Red+Green+Blue) = 95+184+154=433 (57% of max value = 765). Red value is 95 (37.5% from 255 or 21.94% from 433); Green value is 184 (72.27% from 255 or 42.49% from 433); Blue value is 154 (60.55% from 255 or 35.57% from 433); Max value from RGB is 184 - color contains mainly: green. Hex color #5FB89A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5FB89A is #A04765. Grayscale: #9A9A9A. Windows color (decimal): -10504038 or 10139743. OLE color: 10139743.
HSL color Cylindrical-coordinate representation of color #5FB89A: hue angle of 159.78º degrees, saturation: 0.39, 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 #5FB89A is Cyan = 0.48, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 95 | 184 | 154 | - |
| CMYK | 0.48 | 0 | 0.16 | 0.28 |
| HSL | 159.78º | 0.39% | 0.55% | - |
| HSV(B) | 159.78º | 0.48% | 0.72% | - |
| XYZ | 27.69 | 39.05 | 36.65 | - |
| YUV | 153.97 | 128.01 | 85.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 95 | 184 | 154 | 0.48 | 0 | 0.16 | 0.28 | 159.78 | 0.39 | 0.55 |
| Hex | 5F | B8 | 9A | 30 | 0 | 10 | 1C | A0 | 27 | 37 |
| Octal | 137 | 270 | 232 | 60 | 0 | 20 | 34 | 240 | 47 | 67 |
| Binary | 1011111 | 10111000 | 10011010 | 110000 | 0 | 10000 | 11100 | 10100000 | 100111 | 110111 |
Color Harmonies of #5FB89A
Complementary color
Monochromatic Colors of #5FB89A
Black with #5FB89A
Text Example
Text Example
White with #5FB89A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5FB89A; }
p { color: rgb(95,184,154); }
H1.HeaderClassName
{
color: #5FB89A;
}
.AnyTagClassName
{
color: #5FB89A;
}
</style>
background-color css
<style>
a { background-color: #5FB89A; }
a { background-color: rgb(95,184,154); }
div.DivClassName
{
background-color: #5FB89A;
}
.BgClassName
{
background-color: #5FB89A;
}
</style>
border-color css
<style>
span { border-color: #5FB89A; }
span { border-color: rgb(95,184,154); }
td.TdClassName
{
border-color: #5FB89A;
}
.TagClassName
{
border-color: #5FB89A;
}
</style>