Shades of Keppel #55C19A
Tints of Keppel #55C19A
RGB
CMYK
RGB Variations
Color information
#55C19A (or 0x55C19A) is known color: Keppel. HEX triplet: 55, C1 and 9A. RGB value is (85,193,154). Sum of RGB (Red+Green+Blue) = 85+193+154=432 (57% of max value = 765). Red value is 85 (33.59% from 255 or 19.68% from 432); Green value is 193 (75.78% from 255 or 44.68% from 432); Blue value is 154 (60.55% from 255 or 35.65% from 432); Max value from RGB is 193 - color contains mainly: green. Hex color #55C19A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C19A is #AA3E65. Grayscale: #9C9C9C. Windows color (decimal): -11157094 or 10142037. OLE color: 10142037.
HSL color Cylindrical-coordinate representation of color #55C19A: hue angle of 158.33º 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 #55C19A is Cyan = 0.56, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 154 | - |
| CMYK | 0.56 | 0 | 0.20 | 0.24 |
| HSL | 158.33º | 0.47% | 0.55% | - |
| HSV(B) | 158.33º | 0.56% | 0.76% | - |
| XYZ | 28.65 | 42.4 | 37.25 | - |
| YUV | 156.26 | 126.72 | 77.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 154 | 0.56 | 0 | 0.20 | 0.24 | 158.33 | 0.47 | 0.55 |
| Hex | 55 | C1 | 9A | 38 | 0 | 14 | 18 | 9E | 2F | 37 |
| Octal | 125 | 301 | 232 | 70 | 0 | 24 | 30 | 236 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10011010 | 111000 | 0 | 10100 | 11000 | 10011110 | 101111 | 110111 |
Color Harmonies of #55C19A
Complementary color
Monochromatic Colors of #55C19A
Black with #55C19A
Text Example
Text Example
White with #55C19A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C19A; }
p { color: rgb(85,193,154); }
H1.HeaderClassName
{
color: #55C19A;
}
.AnyTagClassName
{
color: #55C19A;
}
</style>
background-color css
<style>
a { background-color: #55C19A; }
a { background-color: rgb(85,193,154); }
div.DivClassName
{
background-color: #55C19A;
}
.BgClassName
{
background-color: #55C19A;
}
</style>
border-color css
<style>
span { border-color: #55C19A; }
span { border-color: rgb(85,193,154); }
td.TdClassName
{
border-color: #55C19A;
}
.TagClassName
{
border-color: #55C19A;
}
</style>