Shades of Keppel #55C396
Tints of Keppel #55C396
RGB
CMYK
RGB Variations
Color information
#55C396 (or 0x55C396) is known color: Keppel. HEX triplet: 55, C3 and 96. RGB value is (85,195,150). Sum of RGB (Red+Green+Blue) = 85+195+150=430 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.77% from 430); Green value is 195 (76.56% from 255 or 45.35% from 430); Blue value is 150 (58.98% from 255 or 34.88% from 430); Max value from RGB is 195 - color contains mainly: green. Hex color #55C396 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C396 is #AA3C69. Grayscale: #9D9D9D. Windows color (decimal): -11156586 or 9880405. OLE color: 9880405.
HSL color Cylindrical-coordinate representation of color #55C396: hue angle of 155.45º degrees, saturation: 0.48, 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 #55C396 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 195 | 150 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.24 |
| HSL | 155.45º | 0.48% | 0.55% | - |
| HSV(B) | 155.45º | 0.56% | 0.76% | - |
| XYZ | 28.77 | 43.16 | 35.67 | - |
| YUV | 156.98 | 124.06 | 76.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 195 | 150 | 0.56 | 0 | 0.23 | 0.24 | 155.45 | 0.48 | 0.55 |
| Hex | 55 | C3 | 96 | 38 | 0 | 17 | 18 | 9B | 30 | 37 |
| Octal | 125 | 303 | 226 | 70 | 0 | 27 | 30 | 233 | 60 | 67 |
| Binary | 1010101 | 11000011 | 10010110 | 111000 | 0 | 10111 | 11000 | 10011011 | 110000 | 110111 |
Color Harmonies of #55C396
Complementary color
Monochromatic Colors of #55C396
Black with #55C396
Text Example
Text Example
White with #55C396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C396; }
p { color: rgb(85,195,150); }
H1.HeaderClassName
{
color: #55C396;
}
.AnyTagClassName
{
color: #55C396;
}
</style>
background-color css
<style>
a { background-color: #55C396; }
a { background-color: rgb(85,195,150); }
div.DivClassName
{
background-color: #55C396;
}
.BgClassName
{
background-color: #55C396;
}
</style>
border-color css
<style>
span { border-color: #55C396; }
span { border-color: rgb(85,195,150); }
td.TdClassName
{
border-color: #55C396;
}
.TagClassName
{
border-color: #55C396;
}
</style>