Shades of Keppel #55B18D
Tints of Keppel #55B18D
RGB
CMYK
RGB Variations
Color information
#55B18D (or 0x55B18D) is known color: Keppel. HEX triplet: 55, B1 and 8D. RGB value is (85,177,141). Sum of RGB (Red+Green+Blue) = 85+177+141=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 177 (69.53% from 255 or 43.92% from 403); Blue value is 141 (55.47% from 255 or 34.99% from 403); Max value from RGB is 177 - color contains mainly: green. Hex color #55B18D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55B18D is #AA4E72. Grayscale: #919191. Windows color (decimal): -11161203 or 9285973. OLE color: 9285973.
HSL color Cylindrical-coordinate representation of color #55B18D: hue angle of 156.52º 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 #55B18D is Cyan = 0.52, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 85 | 177 | 141 | - |
| CMYK | 0.52 | 0 | 0.20 | 0.31 |
| HSL | 156.52º | 0.37% | 0.51% | - |
| HSV(B) | 156.52º | 0.52% | 0.69% | - |
| XYZ | 24.28 | 35.3 | 30.73 | - |
| YUV | 145.39 | 125.52 | 84.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 177 | 141 | 0.52 | 0 | 0.20 | 0.31 | 156.52 | 0.37 | 0.51 |
| Hex | 55 | B1 | 8D | 34 | 0 | 14 | 1F | 9D | 25 | 33 |
| Octal | 125 | 261 | 215 | 64 | 0 | 24 | 37 | 235 | 45 | 63 |
| Binary | 1010101 | 10110001 | 10001101 | 110100 | 0 | 10100 | 11111 | 10011101 | 100101 | 110011 |
Color Harmonies of #55B18D
Complementary color
Monochromatic Colors of #55B18D
Black with #55B18D
Text Example
Text Example
White with #55B18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55B18D; }
p { color: rgb(85,177,141); }
H1.HeaderClassName
{
color: #55B18D;
}
.AnyTagClassName
{
color: #55B18D;
}
</style>
background-color css
<style>
a { background-color: #55B18D; }
a { background-color: rgb(85,177,141); }
div.DivClassName
{
background-color: #55B18D;
}
.BgClassName
{
background-color: #55B18D;
}
</style>
border-color css
<style>
span { border-color: #55B18D; }
span { border-color: rgb(85,177,141); }
td.TdClassName
{
border-color: #55B18D;
}
.TagClassName
{
border-color: #55B18D;
}
</style>