Shades of Keppel #55B296
Tints of Keppel #55B296
RGB
CMYK
RGB Variations
Color information
#55B296 (or 0x55B296) is known color: Keppel. HEX triplet: 55, B2 and 96. RGB value is (85,178,150). Sum of RGB (Red+Green+Blue) = 85+178+150=413 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.58% from 413); Green value is 178 (69.92% from 255 or 43.10% from 413); Blue value is 150 (58.98% from 255 or 36.32% from 413); Max value from RGB is 178 - color contains mainly: green. Hex color #55B296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B296 is #AA4D69. Grayscale: #939393. Windows color (decimal): -11160938 or 9876053. OLE color: 9876053.
HSL color Cylindrical-coordinate representation of color #55B296: hue angle of 161.94º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B296 is Cyan = 0.52, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 85 | 178 | 150 | - |
| CMYK | 0.52 | 0 | 0.16 | 0.30 |
| HSL | 161.94º | 0.38% | 0.52% | - |
| HSV(B) | 161.94º | 0.52% | 0.7% | - |
| XYZ | 25.17 | 35.97 | 34.47 | - |
| YUV | 147 | 129.69 | 83.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 178 | 150 | 0.52 | 0 | 0.16 | 0.30 | 161.94 | 0.38 | 0.52 |
| Hex | 55 | B2 | 96 | 34 | 0 | 10 | 1E | A2 | 26 | 34 |
| Octal | 125 | 262 | 226 | 64 | 0 | 20 | 36 | 242 | 46 | 64 |
| Binary | 1010101 | 10110010 | 10010110 | 110100 | 0 | 10000 | 11110 | 10100010 | 100110 | 110100 |
Color Harmonies of #55B296
Complementary color
Monochromatic Colors of #55B296
Black with #55B296
Text Example
Text Example
White with #55B296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B296; }
p { color: rgb(85,178,150); }
H1.HeaderClassName
{
color: #55B296;
}
.AnyTagClassName
{
color: #55B296;
}
</style>
background-color css
<style>
a { background-color: #55B296; }
a { background-color: rgb(85,178,150); }
div.DivClassName
{
background-color: #55B296;
}
.BgClassName
{
background-color: #55B296;
}
</style>
border-color css
<style>
span { border-color: #55B296; }
span { border-color: rgb(85,178,150); }
td.TdClassName
{
border-color: #55B296;
}
.TagClassName
{
border-color: #55B296;
}
</style>