Shades of Keppel #55BA99
Tints of Keppel #55BA99
RGB
CMYK
RGB Variations
Color information
#55BA99 (or 0x55BA99) is known color: Keppel. HEX triplet: 55, BA and 99. RGB value is (85,186,153). Sum of RGB (Red+Green+Blue) = 85+186+153=424 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20.05% from 424); Green value is 186 (73.05% from 255 or 43.87% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 186 - color contains mainly: green. Hex color #55BA99 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BA99 is #AA4566. Grayscale: #989898. Windows color (decimal): -11158887 or 10074709. OLE color: 10074709.
HSL color Cylindrical-coordinate representation of color #55BA99: hue angle of 160.4º 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 #55BA99 is Cyan = 0.54, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 85 | 186 | 153 | - |
| CMYK | 0.54 | 0 | 0.18 | 0.27 |
| HSL | 160.4º | 0.42% | 0.53% | - |
| HSV(B) | 160.4º | 0.54% | 0.73% | - |
| XYZ | 27.05 | 39.35 | 36.31 | - |
| YUV | 152.04 | 128.54 | 80.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 186 | 153 | 0.54 | 0 | 0.18 | 0.27 | 160.4 | 0.42 | 0.53 |
| Hex | 55 | BA | 99 | 36 | 0 | 12 | 1B | A0 | 2A | 35 |
| Octal | 125 | 272 | 231 | 66 | 0 | 22 | 33 | 240 | 52 | 65 |
| Binary | 1010101 | 10111010 | 10011001 | 110110 | 0 | 10010 | 11011 | 10100000 | 101010 | 110101 |
Color Harmonies of #55BA99
Complementary color
Monochromatic Colors of #55BA99
Black with #55BA99
Text Example
Text Example
White with #55BA99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BA99; }
p { color: rgb(85,186,153); }
H1.HeaderClassName
{
color: #55BA99;
}
.AnyTagClassName
{
color: #55BA99;
}
</style>
background-color css
<style>
a { background-color: #55BA99; }
a { background-color: rgb(85,186,153); }
div.DivClassName
{
background-color: #55BA99;
}
.BgClassName
{
background-color: #55BA99;
}
</style>
border-color css
<style>
span { border-color: #55BA99; }
span { border-color: rgb(85,186,153); }
td.TdClassName
{
border-color: #55BA99;
}
.TagClassName
{
border-color: #55BA99;
}
</style>