Shades of Keppel #55BC93
Tints of Keppel #55BC93
RGB
CMYK
RGB Variations
Color information
#55BC93 (or 0x55BC93) is known color: Keppel. HEX triplet: 55, BC and 93. RGB value is (85,188,147). Sum of RGB (Red+Green+Blue) = 85+188+147=420 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.24% from 420); Green value is 188 (73.83% from 255 or 44.76% from 420); Blue value is 147 (57.81% from 255 or 35% from 420); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC93 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55BC93 is #AA436C. Grayscale: #989898. Windows color (decimal): -11158381 or 9682005. OLE color: 9682005.
HSL color Cylindrical-coordinate representation of color #55BC93: hue angle of 156.12º degrees, saturation: 0.43, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BC93 is Cyan = 0.55, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 85 | 188 | 147 | - |
| CMYK | 0.55 | 0 | 0.22 | 0.26 |
| HSL | 156.12º | 0.43% | 0.54% | - |
| HSV(B) | 156.12º | 0.55% | 0.74% | - |
| XYZ | 27 | 40 | 33.9 | - |
| YUV | 152.53 | 124.88 | 79.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 188 | 147 | 0.55 | 0 | 0.22 | 0.26 | 156.12 | 0.43 | 0.54 |
| Hex | 55 | BC | 93 | 37 | 0 | 16 | 1A | 9C | 2B | 36 |
| Octal | 125 | 274 | 223 | 67 | 0 | 26 | 32 | 234 | 53 | 66 |
| Binary | 1010101 | 10111100 | 10010011 | 110111 | 0 | 10110 | 11010 | 10011100 | 101011 | 110110 |
Color Harmonies of #55BC93
Complementary color
Monochromatic Colors of #55BC93
Black with #55BC93
Text Example
Text Example
White with #55BC93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BC93; }
p { color: rgb(85,188,147); }
H1.HeaderClassName
{
color: #55BC93;
}
.AnyTagClassName
{
color: #55BC93;
}
</style>
background-color css
<style>
a { background-color: #55BC93; }
a { background-color: rgb(85,188,147); }
div.DivClassName
{
background-color: #55BC93;
}
.BgClassName
{
background-color: #55BC93;
}
</style>
border-color css
<style>
span { border-color: #55BC93; }
span { border-color: rgb(85,188,147); }
td.TdClassName
{
border-color: #55BC93;
}
.TagClassName
{
border-color: #55BC93;
}
</style>