Shades of Keppel #55C699
Tints of Keppel #55C699
RGB
CMYK
RGB Variations
Color information
#55C699 (or 0x55C699) is known color: Keppel. HEX triplet: 55, C6 and 99. RGB value is (85,198,153). Sum of RGB (Red+Green+Blue) = 85+198+153=436 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.50% from 436); Green value is 198 (77.73% from 255 or 45.41% from 436); Blue value is 153 (60.16% from 255 or 35.09% from 436); Max value from RGB is 198 - color contains mainly: green. Hex color #55C699 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C699 is #AA3966. Grayscale: #9F9F9F. Windows color (decimal): -11155815 or 10077781. OLE color: 10077781.
HSL color Cylindrical-coordinate representation of color #55C699: hue angle of 156.11º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #55C699 is Cyan = 0.57, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 85 | 198 | 153 | - |
| CMYK | 0.57 | 0 | 0.23 | 0.22 |
| HSL | 156.11º | 0.5% | 0.55% | - |
| HSV(B) | 156.11º | 0.57% | 0.78% | - |
| XYZ | 29.69 | 44.62 | 37.18 | - |
| YUV | 159.08 | 124.56 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 198 | 153 | 0.57 | 0 | 0.23 | 0.22 | 156.11 | 0.5 | 0.55 |
| Hex | 55 | C6 | 99 | 39 | 0 | 17 | 16 | 9C | 32 | 37 |
| Octal | 125 | 306 | 231 | 71 | 0 | 27 | 26 | 234 | 62 | 67 |
| Binary | 1010101 | 11000110 | 10011001 | 111001 | 0 | 10111 | 10110 | 10011100 | 110010 | 110111 |
Color Harmonies of #55C699
Complementary color
Monochromatic Colors of #55C699
Black with #55C699
Text Example
Text Example
White with #55C699
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C699; }
p { color: rgb(85,198,153); }
H1.HeaderClassName
{
color: #55C699;
}
.AnyTagClassName
{
color: #55C699;
}
</style>
background-color css
<style>
a { background-color: #55C699; }
a { background-color: rgb(85,198,153); }
div.DivClassName
{
background-color: #55C699;
}
.BgClassName
{
background-color: #55C699;
}
</style>
border-color css
<style>
span { border-color: #55C699; }
span { border-color: rgb(85,198,153); }
td.TdClassName
{
border-color: #55C699;
}
.TagClassName
{
border-color: #55C699;
}
</style>