Shades of Keppel #55B18E
Tints of Keppel #55B18E
RGB
CMYK
RGB Variations
Color information
#55B18E (or 0x55B18E) is known color: Keppel. HEX triplet: 55, B1 and 8E. RGB value is (85,177,142). Sum of RGB (Red+Green+Blue) = 85+177+142=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 177 (69.53% from 255 or 43.81% from 404); Blue value is 142 (55.86% from 255 or 35.15% from 404); Max value from RGB is 177 - color contains mainly: green. Hex color #55B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B18E is #AA4E71. Grayscale: #919191. Windows color (decimal): -11161202 or 9351509. OLE color: 9351509.
HSL color Cylindrical-coordinate representation of color #55B18E: hue angle of 157.17º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #55B18E is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 142 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.31 |
| HSL | 157.17º | 0.37% | 0.51% | - |
| HSV(B) | 157.17º | 0.52% | 0.69% | - |
| XYZ | 24.35 | 35.33 | 31.13 | - |
| YUV | 145.5 | 126.02 | 84.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 142 | 0.52 | 0 | 0.20 | 0.31 | 157.17 | 0.37 | 0.51 |
| Hex | 55 | B1 | 8E | 34 | 0 | 14 | 1F | 9D | 25 | 33 |
| Octal | 125 | 261 | 216 | 64 | 0 | 24 | 37 | 235 | 45 | 63 |
| Binary | 1010101 | 10110001 | 10001110 | 110100 | 0 | 10100 | 11111 | 10011101 | 100101 | 110011 |
Color Harmonies of #55B18E
Complementary color
Monochromatic Colors of #55B18E
Black with #55B18E
Text Example
Text Example
White with #55B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B18E; }
p { color: rgb(85,177,142); }
H1.HeaderClassName
{
color: #55B18E;
}
.AnyTagClassName
{
color: #55B18E;
}
</style>
background-color css
<style>
a { background-color: #55B18E; }
a { background-color: rgb(85,177,142); }
div.DivClassName
{
background-color: #55B18E;
}
.BgClassName
{
background-color: #55B18E;
}
</style>
border-color css
<style>
span { border-color: #55B18E; }
span { border-color: rgb(85,177,142); }
td.TdClassName
{
border-color: #55B18E;
}
.TagClassName
{
border-color: #55B18E;
}
</style>