Shades of Keppel #51C296
Tints of Keppel #51C296
RGB
CMYK
RGB Variations
Color information
#51C296 (or 0x51C296) is known color: Keppel. HEX triplet: 51, C2 and 96. RGB value is (81,194,150). Sum of RGB (Red+Green+Blue) = 81+194+150=425 (56% of max value = 765). Red value is 81 (32.03% from 255 or 19.06% from 425); Green value is 194 (76.17% from 255 or 45.65% from 425); Blue value is 150 (58.98% from 255 or 35.29% from 425); Max value from RGB is 194 - color contains mainly: green. Hex color #51C296 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51C296 is #AE3D69. Grayscale: #9B9B9B. Windows color (decimal): -11418986 or 9880145. OLE color: 9880145.
HSL color Cylindrical-coordinate representation of color #51C296: hue angle of 156.64º degrees, saturation: 0.48, 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 #51C296 is Cyan = 0.58, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 81 | 194 | 150 | - |
| CMYK | 0.58 | 0 | 0.23 | 0.24 |
| HSL | 156.64º | 0.48% | 0.54% | - |
| HSV(B) | 156.64º | 0.58% | 0.76% | - |
| XYZ | 28.19 | 42.53 | 35.58 | - |
| YUV | 155.2 | 125.06 | 75.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 194 | 150 | 0.58 | 0 | 0.23 | 0.24 | 156.64 | 0.48 | 0.54 |
| Hex | 51 | C2 | 96 | 3A | 0 | 17 | 18 | 9D | 30 | 36 |
| Octal | 121 | 302 | 226 | 72 | 0 | 27 | 30 | 235 | 60 | 66 |
| Binary | 1010001 | 11000010 | 10010110 | 111010 | 0 | 10111 | 11000 | 10011101 | 110000 | 110110 |
Color Harmonies of #51C296
Complementary color
Monochromatic Colors of #51C296
Black with #51C296
Text Example
Text Example
White with #51C296
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51C296; }
p { color: rgb(81,194,150); }
H1.HeaderClassName
{
color: #51C296;
}
.AnyTagClassName
{
color: #51C296;
}
</style>
background-color css
<style>
a { background-color: #51C296; }
a { background-color: rgb(81,194,150); }
div.DivClassName
{
background-color: #51C296;
}
.BgClassName
{
background-color: #51C296;
}
</style>
border-color css
<style>
span { border-color: #51C296; }
span { border-color: rgb(81,194,150); }
td.TdClassName
{
border-color: #51C296;
}
.TagClassName
{
border-color: #51C296;
}
</style>