Shades of Keppel #51C192
Tints of Keppel #51C192
RGB
CMYK
RGB Variations
Color information
#51C192 (or 0x51C192) is known color: Keppel. HEX triplet: 51, C1 and 92. RGB value is (81,193,146). Sum of RGB (Red+Green+Blue) = 81+193+146=420 (55% of max value = 765). Red value is 81 (32.03% from 255 or 19.29% from 420); Green value is 193 (75.78% from 255 or 45.95% from 420); Blue value is 146 (57.42% from 255 or 34.76% from 420); Max value from RGB is 193 - color contains mainly: green. Hex color #51C192 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C192 is #AE3E6D. Grayscale: #9A9A9A. Windows color (decimal): -11419246 or 9617745. OLE color: 9617745.
HSL color Cylindrical-coordinate representation of color #51C192: hue angle of 154.82º 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 #51C192 is Cyan = 0.58, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 146 | - |
| CMYK | 0.58 | 0 | 0.24 | 0.24 |
| HSL | 154.82º | 0.47% | 0.54% | - |
| HSV(B) | 154.82º | 0.58% | 0.76% | - |
| XYZ | 27.65 | 41.96 | 33.84 | - |
| YUV | 154.15 | 123.39 | 75.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 146 | 0.58 | 0 | 0.24 | 0.24 | 154.82 | 0.47 | 0.54 |
| Hex | 51 | C1 | 92 | 3A | 0 | 18 | 18 | 9B | 2F | 36 |
| Octal | 121 | 301 | 222 | 72 | 0 | 30 | 30 | 233 | 57 | 66 |
| Binary | 1010001 | 11000001 | 10010010 | 111010 | 0 | 11000 | 11000 | 10011011 | 101111 | 110110 |
Color Harmonies of #51C192
Complementary color
Monochromatic Colors of #51C192
Black with #51C192
Text Example
Text Example
White with #51C192
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C192; }
p { color: rgb(81,193,146); }
H1.HeaderClassName
{
color: #51C192;
}
.AnyTagClassName
{
color: #51C192;
}
</style>
background-color css
<style>
a { background-color: #51C192; }
a { background-color: rgb(81,193,146); }
div.DivClassName
{
background-color: #51C192;
}
.BgClassName
{
background-color: #51C192;
}
</style>
border-color css
<style>
span { border-color: #51C192; }
span { border-color: rgb(81,193,146); }
td.TdClassName
{
border-color: #51C192;
}
.TagClassName
{
border-color: #51C192;
}
</style>