#50AE8A

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

Shades of Keppel #50AE8A

Tints of Keppel #50AE8A

Color information

#50AE8A (or 0x50AE8A) is unknown color: approx 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

RGB80174138-
CMYK0.5400.210.32
HSL157.02º37.01%49.8%-
HSV(B)157.02º54.02%68.24%-
XYZ23.0333.8129.36-
YUV141.79125.8683.93-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.41%
GREEN value IS 174 (68.36% from 255) = 44.39%
BLUE value IS 138 (54.30% from 255) = 35.20%
R=20.41%
G=44.39%
B=35.20%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741380.5400.210.32157.0237.0149.8
Hex50AE8A36015209d2532
Octal12025621266025402354562
Binary1010000101011101000101011011001010110000010011101100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>