Shades of Keppel #55C194
Tints of Keppel #55C194
RGB
CMYK
RGB Variations
Color information
#55C194 (or 0x55C194) is known color: Keppel. HEX triplet: 55, C1 and 94. RGB value is (85,193,148). Sum of RGB (Red+Green+Blue) = 85+193+148=426 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.95% from 426); Green value is 193 (75.78% from 255 or 45.31% from 426); Blue value is 148 (58.20% from 255 or 34.74% from 426); Max value from RGB is 193 - color contains mainly: green. Hex color #55C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #55C194 is #AA3E6B. Grayscale: #9B9B9B. Windows color (decimal): -11157100 or 9748821. OLE color: 9748821.
HSL color Cylindrical-coordinate representation of color #55C194: hue angle of 155º 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 #55C194 is Cyan = 0.56, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 85 | 193 | 148 | - |
| CMYK | 0.56 | 0 | 0.23 | 0.24 |
| HSL | 155º | 0.47% | 0.55% | - |
| HSV(B) | 155º | 0.56% | 0.76% | - |
| XYZ | 28.16 | 42.21 | 34.68 | - |
| YUV | 155.58 | 123.72 | 77.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 193 | 148 | 0.56 | 0 | 0.23 | 0.24 | 155 | 0.47 | 0.55 |
| Hex | 55 | C1 | 94 | 38 | 0 | 17 | 18 | 9B | 2F | 37 |
| Octal | 125 | 301 | 224 | 70 | 0 | 27 | 30 | 233 | 57 | 67 |
| Binary | 1010101 | 11000001 | 10010100 | 111000 | 0 | 10111 | 11000 | 10011011 | 101111 | 110111 |
Color Harmonies of #55C194
Complementary color
Monochromatic Colors of #55C194
Black with #55C194
Text Example
Text Example
White with #55C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55C194; }
p { color: rgb(85,193,148); }
H1.HeaderClassName
{
color: #55C194;
}
.AnyTagClassName
{
color: #55C194;
}
</style>
background-color css
<style>
a { background-color: #55C194; }
a { background-color: rgb(85,193,148); }
div.DivClassName
{
background-color: #55C194;
}
.BgClassName
{
background-color: #55C194;
}
</style>
border-color css
<style>
span { border-color: #55C194; }
span { border-color: rgb(85,193,148); }
td.TdClassName
{
border-color: #55C194;
}
.TagClassName
{
border-color: #55C194;
}
</style>