Shades of Keppel #55C296
Tints of Keppel #55C296
RGB
CMYK
RGB Variations
Color information
#55C296 (or 0x55C296) is known color: Keppel. HEX triplet: 55, C2 and 96. RGB value is (85,194,150). Sum of RGB (Red+Green+Blue) = 85+194+150=429 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.81% from 429); Green value is 194 (76.17% from 255 or 45.22% from 429); Blue value is 150 (58.98% from 255 or 34.97% from 429); Max value from RGB is 194 - color contains mainly: green. Hex color #55C296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C296 is #AA3D69. Grayscale: #9C9C9C. Windows color (decimal): -11156842 or 9880149. OLE color: 9880149.
HSL color Cylindrical-coordinate representation of color #55C296: hue angle of 155.78º 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 #55C296 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 194 | 150 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.24 |
| HSL | 155.78º | 0.47% | 0.55% | - |
| HSV(B) | 155.78º | 0.56% | 0.76% | - |
| XYZ | 28.54 | 42.72 | 35.59 | - |
| YUV | 156.39 | 124.39 | 77.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 194 | 150 | 0.56 | 0 | 0.23 | 0.24 | 155.78 | 0.47 | 0.55 |
| Hex | 55 | C2 | 96 | 38 | 0 | 17 | 18 | 9C | 2F | 37 |
| Octal | 125 | 302 | 226 | 70 | 0 | 27 | 30 | 234 | 57 | 67 |
| Binary | 1010101 | 11000010 | 10010110 | 111000 | 0 | 10111 | 11000 | 10011100 | 101111 | 110111 |
Color Harmonies of #55C296
Complementary color
Monochromatic Colors of #55C296
Black with #55C296
Text Example
Text Example
White with #55C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C296; }
p { color: rgb(85,194,150); }
H1.HeaderClassName
{
color: #55C296;
}
.AnyTagClassName
{
color: #55C296;
}
</style>
background-color css
<style>
a { background-color: #55C296; }
a { background-color: rgb(85,194,150); }
div.DivClassName
{
background-color: #55C296;
}
.BgClassName
{
background-color: #55C296;
}
</style>
border-color css
<style>
span { border-color: #55C296; }
span { border-color: rgb(85,194,150); }
td.TdClassName
{
border-color: #55C296;
}
.TagClassName
{
border-color: #55C296;
}
</style>