Shades of Keppel #50AE8A
Tints of Keppel #50AE8A
RGB
CMYK
RGB Variations
Color information
#50AE8A (or 0x50AE8A) is known color: Keppel. HEX triplet: 50, AE and 8A. RGB value is (80,174,138). Sum of RGB (Red+Green+Blue) = 80+174+138=392 (51% of max value = 765). Red value is 80 (31.64% from 255 or 20.41% from 392); Green value is 174 (68.36% from 255 or 44.39% from 392); Blue value is 138 (54.30% from 255 or 35.20% from 392); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE8A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE8A is #AF5175. Grayscale: #8D8D8D. Windows color (decimal): -11489654 or 9088592. OLE color: 9088592.
HSL color Cylindrical-coordinate representation of color #50AE8A: hue angle of 157.02º 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 #50AE8A is Cyan = 0.54, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 80 | 174 | 138 | - |
| CMYK | 0.54 | 0 | 0.21 | 0.32 |
| HSL | 157.02º | 0.37% | 0.5% | - |
| HSV(B) | 157.02º | 0.54% | 0.68% | - |
| XYZ | 23.03 | 33.81 | 29.36 | - |
| YUV | 141.79 | 125.86 | 83.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 174 | 138 | 0.54 | 0 | 0.21 | 0.32 | 157.02 | 0.37 | 0.5 |
| Hex | 50 | AE | 8A | 36 | 0 | 15 | 20 | 9D | 25 | 32 |
| Octal | 120 | 256 | 212 | 66 | 0 | 25 | 40 | 235 | 45 | 62 |
| Binary | 1010000 | 10101110 | 10001010 | 110110 | 0 | 10101 | 100000 | 10011101 | 100101 | 110010 |
Color Harmonies of #50AE8A
Complementary color
Monochromatic Colors of #50AE8A
Black with #50AE8A
Text Example
Text Example
White with #50AE8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50AE8A; }
p { color: rgb(80,174,138); }
H1.HeaderClassName
{
color: #50AE8A;
}
.AnyTagClassName
{
color: #50AE8A;
}
</style>
background-color css
<style>
a { background-color: #50AE8A; }
a { background-color: rgb(80,174,138); }
div.DivClassName
{
background-color: #50AE8A;
}
.BgClassName
{
background-color: #50AE8A;
}
</style>
border-color css
<style>
span { border-color: #50AE8A; }
span { border-color: rgb(80,174,138); }
td.TdClassName
{
border-color: #50AE8A;
}
.TagClassName
{
border-color: #50AE8A;
}
</style>