#50AE8D

Color #50AE8D Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #50AE8D

Tints of Keppel #50AE8D

Color information

#50AE8D (or 0x50AE8D) is unknown color: approx Keppel. HEX triplet: 50, AE and 8D. RGB value is (80,174,141). Sum of RGB (Red+Green+Blue) = 80+174+141=395 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.25% from 395); Green value is 174 (68.36% from 255 or 44.05% from 395); Blue value is 141 (55.47% from 255 or 35.70% from 395); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE8D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE8D is #AF5172. Grayscale: #8E8E8E. Windows color (decimal): -11489651 or 9285200. OLE color: 9285200.

HSL color Cylindrical-coordinate representation of color #50AE8D: hue angle of 158.94º 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 #50AE8D is Cyan = 0.54, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.32.

Color convert

RGB80174141-
CMYK0.5400.190.32
HSL158.94º37.01%49.8%-
HSV(B)158.94º54.02%68.24%-
XYZ23.2533.930.52-
YUV142.13127.3683.68-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 80 (31.64% from 255) = 20.25%
GREEN value IS 174 (68.36% from 255) = 44.05%
BLUE value IS 141 (55.47% from 255) = 35.70%
R=20.25%
G=44.05%
B=35.70%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741410.5400.190.32158.9437.0149.8
Hex50AE8D36013209f2532
Octal12025621566023402374562
Binary1010000101011101000110111011001001110000010011111100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #50AE8D; }

 p { color: rgb(80,174,141); }

 H1.HeaderClassName
 {
   color: #50AE8D;
 }
 .AnyTagClassName
 {
   color: #50AE8D;
 }
</style>
background-color css

<style>
 a { background-color: #50AE8D; }

 a { background-color: rgb(80,174,141); }

 div.DivClassName
 {
   background-color: #50AE8D;
 }
 .BgClassName
 {
   background-color: #50AE8D;
 }
</style>
border-color css

<style>
 span { border-color: #50AE8D; }

 span { border-color: rgb(80,174,141); }

 td.TdClassName
 {
   border-color: #50AE8D;
 }
 .TagClassName
 {
   border-color: #50AE8D;
 }
</style>