Shades of Keppel #51C194
Tints of Keppel #51C194
RGB
CMYK
RGB Variations
Color information
#51C194 (or 0x51C194) is known color: Keppel. HEX triplet: 51, C1 and 94. RGB value is (81,193,148). Sum of RGB (Red+Green+Blue) = 81+193+148=422 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.19% from 422); Green value is 193 (75.78% from 255 or 45.73% from 422); Blue value is 148 (58.20% from 255 or 35.07% from 422); Max value from RGB is 193 - color contains mainly: green. Hex color #51C194 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C194 is #AE3E6B. Grayscale: #9A9A9A. Windows color (decimal): -11419244 or 9748817. OLE color: 9748817.
HSL color Cylindrical-coordinate representation of color #51C194: hue angle of 155.89º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #51C194 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 148 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.24 |
| HSL | 155.89º | 0.47% | 0.54% | - |
| HSV(B) | 155.89º | 0.58% | 0.76% | - |
| XYZ | 27.81 | 42.03 | 34.66 | - |
| YUV | 154.38 | 124.39 | 75.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 148 | 0.58 | 0 | 0.23 | 0.24 | 155.89 | 0.47 | 0.54 |
| Hex | 51 | C1 | 94 | 3A | 0 | 17 | 18 | 9C | 2F | 36 |
| Octal | 121 | 301 | 224 | 72 | 0 | 27 | 30 | 234 | 57 | 66 |
| Binary | 1010001 | 11000001 | 10010100 | 111010 | 0 | 10111 | 11000 | 10011100 | 101111 | 110110 |
Color Harmonies of #51C194
Complementary color
Monochromatic Colors of #51C194
Black with #51C194
Text Example
Text Example
White with #51C194
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C194; }
p { color: rgb(81,193,148); }
H1.HeaderClassName
{
color: #51C194;
}
.AnyTagClassName
{
color: #51C194;
}
</style>
background-color css
<style>
a { background-color: #51C194; }
a { background-color: rgb(81,193,148); }
div.DivClassName
{
background-color: #51C194;
}
.BgClassName
{
background-color: #51C194;
}
</style>
border-color css
<style>
span { border-color: #51C194; }
span { border-color: rgb(81,193,148); }
td.TdClassName
{
border-color: #51C194;
}
.TagClassName
{
border-color: #51C194;
}
</style>