Shades of Keppel #55C898
Tints of Keppel #55C898
RGB
CMYK
RGB Variations
Color information
#55C898 (or 0x55C898) is known color: Keppel. HEX triplet: 55, C8 and 98. RGB value is (85,200,152). Sum of RGB (Red+Green+Blue) = 85+200+152=437 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.45% from 437); Green value is 200 (78.52% from 255 or 45.77% from 437); Blue value is 152 (59.77% from 255 or 34.78% from 437); Max value from RGB is 200 - color contains mainly: green. Hex color #55C898 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C898 is #AA3767. Grayscale: #A0A0A0. Windows color (decimal): -11155304 or 10012757. OLE color: 10012757.
HSL color Cylindrical-coordinate representation of color #55C898: hue angle of 154.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C898 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 200 | 152 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.22 |
| HSL | 154.96º | 0.51% | 0.56% | - |
| HSV(B) | 154.96º | 0.58% | 0.78% | - |
| XYZ | 30.07 | 45.51 | 36.9 | - |
| YUV | 160.14 | 123.4 | 74.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 200 | 152 | 0.58 | 0 | 0.24 | 0.22 | 154.96 | 0.51 | 0.56 |
| Hex | 55 | C8 | 98 | 3A | 0 | 18 | 16 | 9B | 33 | 38 |
| Octal | 125 | 310 | 230 | 72 | 0 | 30 | 26 | 233 | 63 | 70 |
| Binary | 1010101 | 11001000 | 10011000 | 111010 | 0 | 11000 | 10110 | 10011011 | 110011 | 111000 |
Color Harmonies of #55C898
Complementary color
Monochromatic Colors of #55C898
Black with #55C898
Text Example
Text Example
White with #55C898
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C898; }
p { color: rgb(85,200,152); }
H1.HeaderClassName
{
color: #55C898;
}
.AnyTagClassName
{
color: #55C898;
}
</style>
background-color css
<style>
a { background-color: #55C898; }
a { background-color: rgb(85,200,152); }
div.DivClassName
{
background-color: #55C898;
}
.BgClassName
{
background-color: #55C898;
}
</style>
border-color css
<style>
span { border-color: #55C898; }
span { border-color: rgb(85,200,152); }
td.TdClassName
{
border-color: #55C898;
}
.TagClassName
{
border-color: #55C898;
}
</style>