Shades of Keppel #51B093
Tints of Keppel #51B093
RGB
CMYK
RGB Variations
Color information
#51B093 (or 0x51B093) is known color: Keppel. HEX triplet: 51, B0 and 93. RGB value is (81,176,147). Sum of RGB (Red+Green+Blue) = 81+176+147=404 (53% of max value = 765). Red value is 81 (32.03% from 255 or 20.05% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 147 (57.81% from 255 or 36.39% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #51B093 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #51B093 is #AE4F6C. Grayscale: #909090. Windows color (decimal): -11423597 or 9678929. OLE color: 9678929.
HSL color Cylindrical-coordinate representation of color #51B093: hue angle of 161.68º 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 #51B093 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 81 | 176 | 147 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.31 |
| HSL | 161.68º | 0.38% | 0.5% | - |
| HSV(B) | 161.68º | 0.54% | 0.69% | - |
| XYZ | 24.19 | 34.91 | 33.07 | - |
| YUV | 144.29 | 129.53 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 176 | 147 | 0.54 | 0 | 0.16 | 0.31 | 161.68 | 0.38 | 0.5 |
| Hex | 51 | B0 | 93 | 36 | 0 | 10 | 1F | A2 | 26 | 32 |
| Octal | 121 | 260 | 223 | 66 | 0 | 20 | 37 | 242 | 46 | 62 |
| Binary | 1010001 | 10110000 | 10010011 | 110110 | 0 | 10000 | 11111 | 10100010 | 100110 | 110010 |
Color Harmonies of #51B093
Complementary color
Monochromatic Colors of #51B093
Black with #51B093
Text Example
Text Example
White with #51B093
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #51B093; }
p { color: rgb(81,176,147); }
H1.HeaderClassName
{
color: #51B093;
}
.AnyTagClassName
{
color: #51B093;
}
</style>
background-color css
<style>
a { background-color: #51B093; }
a { background-color: rgb(81,176,147); }
div.DivClassName
{
background-color: #51B093;
}
.BgClassName
{
background-color: #51B093;
}
</style>
border-color css
<style>
span { border-color: #51B093; }
span { border-color: rgb(81,176,147); }
td.TdClassName
{
border-color: #51B093;
}
.TagClassName
{
border-color: #51B093;
}
</style>