Shades of Keppel #50AE92
Tints of Keppel #50AE92
RGB
CMYK
RGB Variations
Color information
#50AE92 (or 0x50AE92) is known color: Keppel. HEX triplet: 50, AE and 92. RGB value is (80,174,146). Sum of RGB (Red+Green+Blue) = 80+174+146=400 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20% from 400); Green value is 174 (68.36% from 255 or 43.5% from 400); Blue value is 146 (57.42% from 255 or 36.5% from 400); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE92 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE92 is #AF516D. Grayscale: #8E8E8E. Windows color (decimal): -11489646 or 9612880. OLE color: 9612880.
HSL color Cylindrical-coordinate representation of color #50AE92: hue angle of 162.13º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #50AE92 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 146 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.32 |
| HSL | 162.13º | 0.37% | 0.5% | - |
| HSV(B) | 162.13º | 0.54% | 0.68% | - |
| XYZ | 23.63 | 34.05 | 32.52 | - |
| YUV | 142.7 | 129.86 | 83.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 146 | 0.54 | 0 | 0.16 | 0.32 | 162.13 | 0.37 | 0.5 |
| Hex | 50 | AE | 92 | 36 | 0 | 10 | 20 | A2 | 25 | 32 |
| Octal | 120 | 256 | 222 | 66 | 0 | 20 | 40 | 242 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10010010 | 110110 | 0 | 10000 | 100000 | 10100010 | 100101 | 110010 |
Color Harmonies of #50AE92
Complementary color
Monochromatic Colors of #50AE92
Black with #50AE92
Text Example
Text Example
White with #50AE92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE92; }
p { color: rgb(80,174,146); }
H1.HeaderClassName
{
color: #50AE92;
}
.AnyTagClassName
{
color: #50AE92;
}
</style>
background-color css
<style>
a { background-color: #50AE92; }
a { background-color: rgb(80,174,146); }
div.DivClassName
{
background-color: #50AE92;
}
.BgClassName
{
background-color: #50AE92;
}
</style>
border-color css
<style>
span { border-color: #50AE92; }
span { border-color: rgb(80,174,146); }
td.TdClassName
{
border-color: #50AE92;
}
.TagClassName
{
border-color: #50AE92;
}
</style>