Shades of Keppel #51BA91
Tints of Keppel #51BA91
RGB
CMYK
RGB Variations
Color information
#51BA91 (or 0x51BA91) is known color: Keppel. HEX triplet: 51, BA and 91. RGB value is (81,186,145). Sum of RGB (Red+Green+Blue) = 81+186+145=412 (54% of max value = 765). Red value is 81 (32.03% from 255 or 19.66% from 412); Green value is 186 (73.05% from 255 or 45.15% from 412); Blue value is 145 (57.03% from 255 or 35.19% from 412); Max value from RGB is 186 - color contains mainly: green. Hex color #51BA91 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #51BA91 is #AE456E. Grayscale: #959595. Windows color (decimal): -11421039 or 9550417. OLE color: 9550417.
HSL color Cylindrical-coordinate representation of color #51BA91: hue angle of 156.57º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #51BA91 is Cyan = 0.56, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 81 | 186 | 145 | - |
| CMYK | 0.56 | 0 | 0.22 | 0.27 |
| HSL | 156.57º | 0.43% | 0.52% | - |
| HSV(B) | 156.57º | 0.56% | 0.73% | - |
| XYZ | 26.06 | 38.91 | 32.93 | - |
| YUV | 149.93 | 125.21 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 186 | 145 | 0.56 | 0 | 0.22 | 0.27 | 156.57 | 0.43 | 0.52 |
| Hex | 51 | BA | 91 | 38 | 0 | 16 | 1B | 9D | 2B | 34 |
| Octal | 121 | 272 | 221 | 70 | 0 | 26 | 33 | 235 | 53 | 64 |
| Binary | 1010001 | 10111010 | 10010001 | 111000 | 0 | 10110 | 11011 | 10011101 | 101011 | 110100 |
Color Harmonies of #51BA91
Complementary color
Monochromatic Colors of #51BA91
Black with #51BA91
Text Example
Text Example
White with #51BA91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51BA91; }
p { color: rgb(81,186,145); }
H1.HeaderClassName
{
color: #51BA91;
}
.AnyTagClassName
{
color: #51BA91;
}
</style>
background-color css
<style>
a { background-color: #51BA91; }
a { background-color: rgb(81,186,145); }
div.DivClassName
{
background-color: #51BA91;
}
.BgClassName
{
background-color: #51BA91;
}
</style>
border-color css
<style>
span { border-color: #51BA91; }
span { border-color: rgb(81,186,145); }
td.TdClassName
{
border-color: #51BA91;
}
.TagClassName
{
border-color: #51BA91;
}
</style>