Shades of Keppel #51B08E
Tints of Keppel #51B08E
RGB
CMYK
RGB Variations
Color information
#51B08E (or 0x51B08E) is known color: Keppel. HEX triplet: 51, B0 and 8E. RGB value is (81,176,142). Sum of RGB (Red+Green+Blue) = 81+176+142=399 (52% of max value = 765). Red value is 81 (32.03% from 255 or 20.30% from 399); Green value is 176 (69.14% from 255 or 44.11% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 176 - color contains mainly: green. Hex color #51B08E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B08E is #AE4F71. Grayscale: #8F8F8F. Windows color (decimal): -11423602 or 9351249. OLE color: 9351249.
HSL color Cylindrical-coordinate representation of color #51B08E: hue angle of 158.53º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #51B08E is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 142 | - |
| CMYK | 0.54 | 0 | 0.19 | 0.31 |
| HSL | 158.53º | 0.38% | 0.5% | - |
| HSV(B) | 158.53º | 0.54% | 0.69% | - |
| XYZ | 23.8 | 34.75 | 31.04 | - |
| YUV | 143.72 | 127.03 | 83.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 142 | 0.54 | 0 | 0.19 | 0.31 | 158.53 | 0.38 | 0.5 |
| Hex | 51 | B0 | 8E | 36 | 0 | 13 | 1F | 9F | 26 | 32 |
| Octal | 121 | 260 | 216 | 66 | 0 | 23 | 37 | 237 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10001110 | 110110 | 0 | 10011 | 11111 | 10011111 | 100110 | 110010 |
Color Harmonies of #51B08E
Complementary color
Monochromatic Colors of #51B08E
Black with #51B08E
Text Example
Text Example
White with #51B08E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B08E; }
p { color: rgb(81,176,142); }
H1.HeaderClassName
{
color: #51B08E;
}
.AnyTagClassName
{
color: #51B08E;
}
</style>
background-color css
<style>
a { background-color: #51B08E; }
a { background-color: rgb(81,176,142); }
div.DivClassName
{
background-color: #51B08E;
}
.BgClassName
{
background-color: #51B08E;
}
</style>
border-color css
<style>
span { border-color: #51B08E; }
span { border-color: rgb(81,176,142); }
td.TdClassName
{
border-color: #51B08E;
}
.TagClassName
{
border-color: #51B08E;
}
</style>