Shades of Keppel #51B18E
Tints of Keppel #51B18E
RGB
CMYK
RGB Variations
Color information
#51B18E (or 0x51B18E) is known color: Keppel. HEX triplet: 51, B1 and 8E. RGB value is (81,177,142). Sum of RGB (Red+Green+Blue) = 81+177+142=400 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.25% from 400); Green value is 177 (69.53% from 255 or 44.25% from 400); Blue value is 142 (55.86% from 255 or 35.5% from 400); Max value from RGB is 177 - color contains mainly: green. Hex color #51B18E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B18E is #AE4E71. Grayscale: #909090. Windows color (decimal): -11423346 or 9351505. OLE color: 9351505.
HSL color Cylindrical-coordinate representation of color #51B18E: hue angle of 158.12º degrees, saturation: 0.38, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B18E is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 177 | 142 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.31 |
| HSL | 158.13º | 0.38% | 0.51% | - |
| HSV(B) | 158.13º | 0.54% | 0.69% | - |
| XYZ | 24 | 35.15 | 31.11 | - |
| YUV | 144.31 | 126.7 | 82.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 177 | 142 | 0.54 | 0 | 0.20 | 0.31 | 158.13 | 0.38 | 0.51 |
| Hex | 51 | B1 | 8E | 36 | 0 | 14 | 1F | 9E | 26 | 33 |
| Octal | 121 | 261 | 216 | 66 | 0 | 24 | 37 | 236 | 46 | 63 |
| Binary | 1010001 | 10110001 | 10001110 | 110110 | 0 | 10100 | 11111 | 10011110 | 100110 | 110011 |
Color Harmonies of #51B18E
Complementary color
Monochromatic Colors of #51B18E
Black with #51B18E
Text Example
Text Example
White with #51B18E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B18E; }
p { color: rgb(81,177,142); }
H1.HeaderClassName
{
color: #51B18E;
}
.AnyTagClassName
{
color: #51B18E;
}
</style>
background-color css
<style>
a { background-color: #51B18E; }
a { background-color: rgb(81,177,142); }
div.DivClassName
{
background-color: #51B18E;
}
.BgClassName
{
background-color: #51B18E;
}
</style>
border-color css
<style>
span { border-color: #51B18E; }
span { border-color: rgb(81,177,142); }
td.TdClassName
{
border-color: #51B18E;
}
.TagClassName
{
border-color: #51B18E;
}
</style>