Shades of Keppel #55C798
Tints of Keppel #55C798
RGB
CMYK
RGB Variations
Color information
#55C798 (or 0x55C798) is known color: Keppel. HEX triplet: 55, C7 and 98. RGB value is (85,199,152). Sum of RGB (Red+Green+Blue) = 85+199+152=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 199 (78.12% from 255 or 45.64% from 436); Blue value is 152 (59.77% from 255 or 34.86% from 436); Max value from RGB is 199 - color contains mainly: green. Hex color #55C798 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C798 is #AA3867. Grayscale: #9F9F9F. Windows color (decimal): -11155560 or 10012501. OLE color: 10012501.
HSL color Cylindrical-coordinate representation of color #55C798: hue angle of 155.26º degrees, saturation: 0.5, 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 #55C798 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 152 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.22 |
| HSL | 155.26º | 0.5% | 0.56% | - |
| HSV(B) | 155.26º | 0.57% | 0.78% | - |
| XYZ | 29.84 | 45.05 | 36.83 | - |
| YUV | 159.56 | 123.73 | 74.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 152 | 0.57 | 0 | 0.24 | 0.22 | 155.26 | 0.5 | 0.56 |
| Hex | 55 | C7 | 98 | 39 | 0 | 18 | 16 | 9B | 32 | 38 |
| Octal | 125 | 307 | 230 | 71 | 0 | 30 | 26 | 233 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10011000 | 111001 | 0 | 11000 | 10110 | 10011011 | 110010 | 111000 |
Color Harmonies of #55C798
Complementary color
Monochromatic Colors of #55C798
Black with #55C798
Text Example
Text Example
White with #55C798
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C798; }
p { color: rgb(85,199,152); }
H1.HeaderClassName
{
color: #55C798;
}
.AnyTagClassName
{
color: #55C798;
}
</style>
background-color css
<style>
a { background-color: #55C798; }
a { background-color: rgb(85,199,152); }
div.DivClassName
{
background-color: #55C798;
}
.BgClassName
{
background-color: #55C798;
}
</style>
border-color css
<style>
span { border-color: #55C798; }
span { border-color: rgb(85,199,152); }
td.TdClassName
{
border-color: #55C798;
}
.TagClassName
{
border-color: #55C798;
}
</style>