Shades of Keppel #55C299
Tints of Keppel #55C299
RGB
CMYK
RGB Variations
Color information
#55C299 (or 0x55C299) is known color: Keppel. HEX triplet: 55, C2 and 99. RGB value is (85,194,153). Sum of RGB (Red+Green+Blue) = 85+194+153=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 194 (76.17% from 255 or 44.91% from 432); Blue value is 153 (60.16% from 255 or 35.42% from 432); Max value from RGB is 194 - color contains mainly: green. Hex color #55C299 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C299 is #AA3D66. Grayscale: #9C9C9C. Windows color (decimal): -11156839 or 10076757. OLE color: 10076757.
HSL color Cylindrical-coordinate representation of color #55C299: hue angle of 157.43º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #55C299 is Cyan = 0.56, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 153 | - |
| CMYK | 0.56 | 0 | 0.21 | 0.24 |
| HSL | 157.43º | 0.47% | 0.55% | - |
| HSV(B) | 157.43º | 0.56% | 0.76% | - |
| XYZ | 28.79 | 42.81 | 36.88 | - |
| YUV | 156.74 | 125.89 | 76.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 153 | 0.56 | 0 | 0.21 | 0.24 | 157.43 | 0.47 | 0.55 |
| Hex | 55 | C2 | 99 | 38 | 0 | 15 | 18 | 9D | 2F | 37 |
| Octal | 125 | 302 | 231 | 70 | 0 | 25 | 30 | 235 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10011001 | 111000 | 0 | 10101 | 11000 | 10011101 | 101111 | 110111 |
Color Harmonies of #55C299
Complementary color
Monochromatic Colors of #55C299
Black with #55C299
Text Example
Text Example
White with #55C299
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C299; }
p { color: rgb(85,194,153); }
H1.HeaderClassName
{
color: #55C299;
}
.AnyTagClassName
{
color: #55C299;
}
</style>
background-color css
<style>
a { background-color: #55C299; }
a { background-color: rgb(85,194,153); }
div.DivClassName
{
background-color: #55C299;
}
.BgClassName
{
background-color: #55C299;
}
</style>
border-color css
<style>
span { border-color: #55C299; }
span { border-color: rgb(85,194,153); }
td.TdClassName
{
border-color: #55C299;
}
.TagClassName
{
border-color: #55C299;
}
</style>