Shades of Keppel #50AE93
Tints of Keppel #50AE93
RGB
CMYK
RGB Variations
Color information
#50AE93 (or 0x50AE93) is known color: Keppel. HEX triplet: 50, AE and 93. RGB value is (80,174,147). Sum of RGB (Red+Green+Blue) = 80+174+147=401 (53% of max value = 765). Red value is 80 (31.64% from 255 or 19.95% from 401); Green value is 174 (68.36% from 255 or 43.39% from 401); Blue value is 147 (57.81% from 255 or 36.66% from 401); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE93 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE93 is #AF516C. Grayscale: #8E8E8E. Windows color (decimal): -11489645 or 9678416. OLE color: 9678416.
HSL color Cylindrical-coordinate representation of color #50AE93: hue angle of 162.77º 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 #50AE93 is Cyan = 0.54, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 147 | - |
| CMYK | 0.54 | 0 | 0.16 | 0.32 |
| HSL | 162.77º | 0.37% | 0.5% | - |
| HSV(B) | 162.77º | 0.54% | 0.68% | - |
| XYZ | 23.71 | 34.08 | 32.93 | - |
| YUV | 142.82 | 130.36 | 83.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 147 | 0.54 | 0 | 0.16 | 0.32 | 162.77 | 0.37 | 0.5 |
| Hex | 50 | AE | 93 | 36 | 0 | 10 | 20 | A3 | 25 | 32 |
| Octal | 120 | 256 | 223 | 66 | 0 | 20 | 40 | 243 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10010011 | 110110 | 0 | 10000 | 100000 | 10100011 | 100101 | 110010 |
Color Harmonies of #50AE93
Complementary color
Monochromatic Colors of #50AE93
Black with #50AE93
Text Example
Text Example
White with #50AE93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE93; }
p { color: rgb(80,174,147); }
H1.HeaderClassName
{
color: #50AE93;
}
.AnyTagClassName
{
color: #50AE93;
}
</style>
background-color css
<style>
a { background-color: #50AE93; }
a { background-color: rgb(80,174,147); }
div.DivClassName
{
background-color: #50AE93;
}
.BgClassName
{
background-color: #50AE93;
}
</style>
border-color css
<style>
span { border-color: #50AE93; }
span { border-color: rgb(80,174,147); }
td.TdClassName
{
border-color: #50AE93;
}
.TagClassName
{
border-color: #50AE93;
}
</style>