Shades of Keppel #55BA94
Tints of Keppel #55BA94
RGB
CMYK
RGB Variations
Color information
#55BA94 (or 0x55BA94) is known color: Keppel. HEX triplet: 55, BA and 94. RGB value is (85,186,148). Sum of RGB (Red+Green+Blue) = 85+186+148=419 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.29% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 148 (58.20% from 255 or 35.32% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA94 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA94 is #AA456B. Grayscale: #979797. Windows color (decimal): -11158892 or 9747029. OLE color: 9747029.
HSL color Cylindrical-coordinate representation of color #55BA94: hue angle of 157.43º degrees, saturation: 0.42, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #55BA94 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 148 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.27 |
| HSL | 157.43º | 0.42% | 0.53% | - |
| HSV(B) | 157.43º | 0.54% | 0.73% | - |
| XYZ | 26.65 | 39.19 | 34.18 | - |
| YUV | 151.47 | 126.04 | 80.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 148 | 0.54 | 0 | 0.20 | 0.27 | 157.43 | 0.42 | 0.53 |
| Hex | 55 | BA | 94 | 36 | 0 | 14 | 1B | 9D | 2A | 35 |
| Octal | 125 | 272 | 224 | 66 | 0 | 24 | 33 | 235 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10010100 | 110110 | 0 | 10100 | 11011 | 10011101 | 101010 | 110101 |
Color Harmonies of #55BA94
Complementary color
Monochromatic Colors of #55BA94
Black with #55BA94
Text Example
Text Example
White with #55BA94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA94; }
p { color: rgb(85,186,148); }
H1.HeaderClassName
{
color: #55BA94;
}
.AnyTagClassName
{
color: #55BA94;
}
</style>
background-color css
<style>
a { background-color: #55BA94; }
a { background-color: rgb(85,186,148); }
div.DivClassName
{
background-color: #55BA94;
}
.BgClassName
{
background-color: #55BA94;
}
</style>
border-color css
<style>
span { border-color: #55BA94; }
span { border-color: rgb(85,186,148); }
td.TdClassName
{
border-color: #55BA94;
}
.TagClassName
{
border-color: #55BA94;
}
</style>