Shades of Keppel #55C797
Tints of Keppel #55C797
RGB
CMYK
RGB Variations
Color information
#55C797 (or 0x55C797) is known color: Keppel. HEX triplet: 55, C7 and 97. RGB value is (85,199,151). Sum of RGB (Red+Green+Blue) = 85+199+151=435 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.54% from 435); Green value is 199 (78.12% from 255 or 45.75% from 435); Blue value is 151 (59.38% from 255 or 34.71% from 435); Max value from RGB is 199 - color contains mainly: green. Hex color #55C797 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C797 is #AA3868. Grayscale: #9F9F9F. Windows color (decimal): -11155561 or 9946965. OLE color: 9946965.
HSL color Cylindrical-coordinate representation of color #55C797: hue angle of 154.74º 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 #55C797 is Cyan = 0.57, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 199 | 151 | - |
| CMYK | 0.57 | 0 | 0.24 | 0.22 |
| HSL | 154.74º | 0.5% | 0.56% | - |
| HSV(B) | 154.74º | 0.57% | 0.78% | - |
| XYZ | 29.76 | 45.01 | 36.4 | - |
| YUV | 159.44 | 123.23 | 74.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 199 | 151 | 0.57 | 0 | 0.24 | 0.22 | 154.74 | 0.5 | 0.56 |
| Hex | 55 | C7 | 97 | 39 | 0 | 18 | 16 | 9B | 32 | 38 |
| Octal | 125 | 307 | 227 | 71 | 0 | 30 | 26 | 233 | 62 | 70 |
| Binary | 1010101 | 11000111 | 10010111 | 111001 | 0 | 11000 | 10110 | 10011011 | 110010 | 111000 |
Color Harmonies of #55C797
Complementary color
Monochromatic Colors of #55C797
Black with #55C797
Text Example
Text Example
White with #55C797
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C797; }
p { color: rgb(85,199,151); }
H1.HeaderClassName
{
color: #55C797;
}
.AnyTagClassName
{
color: #55C797;
}
</style>
background-color css
<style>
a { background-color: #55C797; }
a { background-color: rgb(85,199,151); }
div.DivClassName
{
background-color: #55C797;
}
.BgClassName
{
background-color: #55C797;
}
</style>
border-color css
<style>
span { border-color: #55C797; }
span { border-color: rgb(85,199,151); }
td.TdClassName
{
border-color: #55C797;
}
.TagClassName
{
border-color: #55C797;
}
</style>