Shades of Keppel #51C195
Tints of Keppel #51C195
RGB
CMYK
RGB Variations
Color information
#51C195 (or 0x51C195) is known color: Keppel. HEX triplet: 51, C1 and 95. RGB value is (81,193,149). Sum of RGB (Red+Green+Blue) = 81+193+149=423 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.15% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 149 (58.59% from 255 or 35.22% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #51C195 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C195 is #AE3E6A. Grayscale: #9A9A9A. Windows color (decimal): -11419243 or 9814353. OLE color: 9814353.
HSL color Cylindrical-coordinate representation of color #51C195: hue angle of 156.43º 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 #51C195 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 193 | 149 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.24 |
| HSL | 156.43º | 0.47% | 0.54% | - |
| HSV(B) | 156.43º | 0.58% | 0.76% | - |
| XYZ | 27.89 | 42.06 | 35.08 | - |
| YUV | 154.5 | 124.89 | 75.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 193 | 149 | 0.58 | 0 | 0.23 | 0.24 | 156.43 | 0.47 | 0.54 |
| Hex | 51 | C1 | 95 | 3A | 0 | 17 | 18 | 9C | 2F | 36 |
| Octal | 121 | 301 | 225 | 72 | 0 | 27 | 30 | 234 | 57 | 66 |
| Binary | 1010001 | 11000001 | 10010101 | 111010 | 0 | 10111 | 11000 | 10011100 | 101111 | 110110 |
Color Harmonies of #51C195
Complementary color
Monochromatic Colors of #51C195
Black with #51C195
Text Example
Text Example
White with #51C195
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C195; }
p { color: rgb(81,193,149); }
H1.HeaderClassName
{
color: #51C195;
}
.AnyTagClassName
{
color: #51C195;
}
</style>
background-color css
<style>
a { background-color: #51C195; }
a { background-color: rgb(81,193,149); }
div.DivClassName
{
background-color: #51C195;
}
.BgClassName
{
background-color: #51C195;
}
</style>
border-color css
<style>
span { border-color: #51C195; }
span { border-color: rgb(81,193,149); }
td.TdClassName
{
border-color: #51C195;
}
.TagClassName
{
border-color: #51C195;
}
</style>