Shades of Keppel #51AB8C
Tints of Keppel #51AB8C
RGB
CMYK
RGB Variations
Color information
#51AB8C (or 0x51AB8C) is known color: Keppel. HEX triplet: 51, AB and 8C. RGB value is (81,171,140). Sum of RGB (Red+Green+Blue) = 81+171+140=392 (51% of max value = 765). Red value is 81 (32.03% from 255 or 20.66% from 392); Green value is 171 (67.19% from 255 or 43.62% from 392); Blue value is 140 (55.08% from 255 or 35.71% from 392); Max value from RGB is 171 - color contains mainly: green. Hex color #51AB8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51AB8C is #AE5473. Grayscale: #8C8C8C. Windows color (decimal): -11424884 or 9218897. OLE color: 9218897.
HSL color Cylindrical-coordinate representation of color #51AB8C: hue angle of 159.33º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51AB8C is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 81 | 171 | 140 | - |
| CMYK | 0.53 | 0 | 0.18 | 0.33 |
| HSL | 159.33º | 0.36% | 0.49% | - |
| HSV(B) | 159.33º | 0.53% | 0.67% | - |
| XYZ | 22.69 | 32.77 | 29.94 | - |
| YUV | 140.56 | 127.68 | 85.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 171 | 140 | 0.53 | 0 | 0.18 | 0.33 | 159.33 | 0.36 | 0.49 |
| Hex | 51 | AB | 8C | 35 | 0 | 12 | 21 | 9F | 24 | 31 |
| Octal | 121 | 253 | 214 | 65 | 0 | 22 | 41 | 237 | 44 | 61 |
| Binary | 1010001 | 10101011 | 10001100 | 110101 | 0 | 10010 | 100001 | 10011111 | 100100 | 110001 |
Color Harmonies of #51AB8C
Complementary color
Monochromatic Colors of #51AB8C
Black with #51AB8C
Text Example
Text Example
White with #51AB8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51AB8C; }
p { color: rgb(81,171,140); }
H1.HeaderClassName
{
color: #51AB8C;
}
.AnyTagClassName
{
color: #51AB8C;
}
</style>
background-color css
<style>
a { background-color: #51AB8C; }
a { background-color: rgb(81,171,140); }
div.DivClassName
{
background-color: #51AB8C;
}
.BgClassName
{
background-color: #51AB8C;
}
</style>
border-color css
<style>
span { border-color: #51AB8C; }
span { border-color: rgb(81,171,140); }
td.TdClassName
{
border-color: #51AB8C;
}
.TagClassName
{
border-color: #51AB8C;
}
</style>