#50AE8C

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

Shades of Keppel #50AE8C

Tints of Keppel #50AE8C

Color information

#50AE8C (or 0x50AE8C) is unknown color: approx Keppel. HEX triplet: 50, AE and 8C. RGB value is (80,174,140). Sum of RGB (Red+Green+Blue) = 80+174+140=394 (52% of max value = 765). Red value is 80 (31.64% from 255 or 20.30% from 394); Green value is 174 (68.36% from 255 or 44.16% from 394); Blue value is 140 (55.08% from 255 or 35.53% from 394); Max value from RGB is 174 - color contains mainly: green. Hex color #50AE8C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #50AE8C is #AF5173. Grayscale: #8E8E8E. Windows color (decimal): -11489652 or 9219664. OLE color: 9219664.

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

Color convert

RGB80174140-
CMYK0.5400.200.32
HSL158.3º37.01%49.8%-
HSV(B)158.3º54.02%68.24%-
XYZ23.1833.8730.13-
YUV142.02126.8683.76-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 20.30%
GREEN value IS 174 (68.36% from 255) = 44.16%
BLUE value IS 140 (55.08% from 255) = 35.53%
R=20.30%
G=44.16%
B=35.53%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal801741400.5400.200.32158.337.0149.8
Hex50AE8C36014209e2532
Octal12025621466024402364562
Binary1010000101011101000110011011001010010000010011110100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #50AE8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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