Shades of Keppel #55C498
Tints of Keppel #55C498
RGB
CMYK
RGB Variations
Color information
#55C498 (or 0x55C498) is known color: Keppel. HEX triplet: 55, C4 and 98. RGB value is (85,196,152). Sum of RGB (Red+Green+Blue) = 85+196+152=433 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.63% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 152 (59.77% from 255 or 35.10% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #55C498 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C498 is #AA3B67. Grayscale: #9D9D9D. Windows color (decimal): -11156328 or 10011733. OLE color: 10011733.
HSL color Cylindrical-coordinate representation of color #55C498: hue angle of 156.22º degrees, saturation: 0.48, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C498 is Cyan = 0.57, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 85 | 196 | 152 | - |
| CMYK | 0.57 | 0 | 0.22 | 0.23 |
| HSL | 156.22º | 0.48% | 0.55% | - |
| HSV(B) | 156.22º | 0.57% | 0.77% | - |
| XYZ | 29.15 | 43.68 | 36.6 | - |
| YUV | 157.8 | 124.73 | 76.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 196 | 152 | 0.57 | 0 | 0.22 | 0.23 | 156.22 | 0.48 | 0.55 |
| Hex | 55 | C4 | 98 | 39 | 0 | 16 | 17 | 9C | 30 | 37 |
| Octal | 125 | 304 | 230 | 71 | 0 | 26 | 27 | 234 | 60 | 67 |
| Binary | 1010101 | 11000100 | 10011000 | 111001 | 0 | 10110 | 10111 | 10011100 | 110000 | 110111 |
Color Harmonies of #55C498
Complementary color
Monochromatic Colors of #55C498
Black with #55C498
Text Example
Text Example
White with #55C498
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C498; }
p { color: rgb(85,196,152); }
H1.HeaderClassName
{
color: #55C498;
}
.AnyTagClassName
{
color: #55C498;
}
</style>
background-color css
<style>
a { background-color: #55C498; }
a { background-color: rgb(85,196,152); }
div.DivClassName
{
background-color: #55C498;
}
.BgClassName
{
background-color: #55C498;
}
</style>
border-color css
<style>
span { border-color: #55C498; }
span { border-color: rgb(85,196,152); }
td.TdClassName
{
border-color: #55C498;
}
.TagClassName
{
border-color: #55C498;
}
</style>